3
0
Fork 0

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

View File

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