feat(mine): 我的页面判断特殊账号逻辑完善

This commit is contained in:
woody 2025-06-18 16:24:05 +08:00
parent a483b4c336
commit ee0c32a21e
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
MEMBER_SIGN.NORMAL_LEVEL,
MEMBER_SIGN.ZERO_LEVEL,
MEMBER_SIGN.V5_LEVEL,
].includes(Number(userInfo.memberSign))
].includes(Number(userInfo.memberSign)) && isNormal
"
>
<view
@ -84,7 +84,7 @@
</view>
</view>
<!-- 市场动态 -->
<view class="my_order" v-if="marketWrapperVisible">
<view class="my_order" v-if="marketWrapperVisible && isNormal">
<view class="my_title">
<text class="thetitle">{{ '市场动态' }}</text>
</view>