feat(specialArea): 会员专区商品列表tab分类改名

This commit is contained in:
woody 2025-04-25 09:28:54 +08:00
parent 082efbb9d4
commit b3c76bf7a5
2 changed files with 4 additions and 4 deletions

View File

@ -79,7 +79,7 @@ export default {
isShow: true,
},
{
label: '乐学易考',
label: '注册专区',
value: 24,
name: 'ezLearnReg',
isShow: true,
@ -98,7 +98,7 @@ export default {
isShow: true,
},
{
label: '乐学易考',
label: '升级专区',
value: 25,
name: 'ezLearnUp',
isShow: true,
@ -124,7 +124,7 @@ export default {
isShow: true,
},
{
label: '乐学易考',
label: '乐学甄选',
value: 26,
name: 'ezLearnRep',
isShow: true,

View File

@ -22,7 +22,6 @@
<view v-for="(item, index) in itemChildren" :key="index" @click="setSpecial(item)" v-show="item.isShow"
:class="[specialArea == item.value ? 'actTab' : 'tab_i']">
<view>{{ item.label }}</view>
<!-- <view :class="[specialArea == item.value ? 'heng' : 'heng2']"></view> -->
</view>
</view>
</u-scroll-list>
@ -153,6 +152,7 @@
};
},
onLoad(options) {
console.log('%c [ options ]-25', 'font-size:13px; background:#cb38d2; color:#ff7cff;', options)
if (JSON.parse(options.children).length > 0) {
let arr = [];
if (options.childArea) {