feat: 商城tab改名(储值卡->会员卡/会员卡->课程套餐) + 我的会员卡->我的课程套餐 + 约课tab会员卡->课程

This commit is contained in:
gqt
2026-07-29 12:56:25 +08:00
parent 4872f180dc
commit 1a3137bd12
4 changed files with 5 additions and 5 deletions
@@ -6,14 +6,14 @@
:class="{ active: activeTab === 'stored_value' }"
@tap="switchTab('stored_value')"
>
储值卡
会员卡
</view>
<view
class="tab-item"
:class="{ active: activeTab === 'membership' }"
@tap="switchTab('membership')"
>
会员卡
课程套餐
</view>
</view>