feat(mine): 特殊账号不展示市场动态

This commit is contained in:
woody 2025-10-10 11:34:11 +08:00
parent 57de5f6dc4
commit 24c1e8def1
1 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
<u-icon color="#ffffff" size="22" name="setting-fill"></u-icon> <u-icon color="#ffffff" size="22" name="setting-fill"></u-icon>
</view> </view>
</view> </view>
<view class="my_order"> <view v-show="userInfo.memberCode !== 'ZK68880628'" class="my_order">
<view class="my_title"> <view class="my_title">
<text class="thetitle">{{ '市场动态' }}</text> <text class="thetitle">{{ '市场动态' }}</text>
</view> </view>
@ -79,8 +79,8 @@
</view> </view>
</view> </view>
</view> </view>
<view class="my_order"> <view v-show="userInfo.memberCode !== 'ZK68880628'" class="my_order">
<view v-show="userInfo.memberCode !== 'ZK68880628'" class="my_title"> <view class="my_title">
<text class="thetitle">阶段列表</text> <text class="thetitle">阶段列表</text>
<view <view
class="more-btn" class="more-btn"