feat(mine): 市场动态v0不可见

This commit is contained in:
woody 2025-06-14 13:45:04 +08:00
parent 40c543b9b5
commit eb8c66b432
1 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@
</view>
</view>
<!-- 市场动态 -->
<view class="my_order" v-if="true || marketWrapperVisible">
<view class="my_order" v-if="marketWrapperVisible">
<view class="my_title">
<text class="thetitle">{{ '市场动态' }}</text>
</view>
@ -515,7 +515,7 @@ export default {
}
},
marketWrapperVisible() {
return this.userInfo.memberSign == MEMBER_SIGN.V5_LEVEL
return this.userInfo.memberSign !== MEMBER_SIGN.ZERO_LEVEL
},
regionInfoVisible() {
return this.regionInfo?.regionStatus === 0