fix(userData): 隐藏会员等级,更换测试账号

This commit is contained in:
woody 2025-10-10 11:27:35 +08:00
parent b95209de91
commit cb33218f3e
6 changed files with 7 additions and 7 deletions

View File

@ -49,7 +49,7 @@
ref="child2" ref="child2"
@childMethodTrigger="callChildMethod" @childMethodTrigger="callChildMethod"
></znNewsPopup> ></znNewsPopup>
<!-- <RegionSelect v-if="userInfo.memberCode != 'ZK66886688'" /> --> <!-- <RegionSelect v-if="userInfo.memberCode != 'ZK68880628'" /> -->
<!-- 直推排行弹窗 <!-- 直推排行弹窗
<directrank-popup <directrank-popup
@callznMethodTrigger="callznMethod" @callznMethodTrigger="callznMethod"

View File

@ -148,7 +148,7 @@ export default {
}, },
methods: { methods: {
ifCodeName() { ifCodeName() {
if (this.userInfo.memberCode == 'ZK66886688') { if (this.userInfo.memberCode == 'ZK68880628') {
this.ifshowBtn = true this.ifshowBtn = true
} else { } else {
this.ifshowBtn = false this.ifshowBtn = false

View File

@ -402,7 +402,7 @@ export default {
if (res.code == 200) { if (res.code == 200) {
this.userInfo = res.data this.userInfo = res.data
if (this.userInfo.memberCode != 'ZK66886688') { if (this.userInfo.memberCode != 'ZK68880628') {
this.otherMenuList = this.otherMenuList.map(item => { this.otherMenuList = this.otherMenuList.map(item => {
item.ifshow = true item.ifshow = true
return item return item

View File

@ -40,7 +40,7 @@
<u-collapse-item <u-collapse-item
name="1" name="1"
v-if=" v-if="
!isRecharge && !isShare && userInfo.memberCode != 'ZK66886688' !isRecharge && !isShare && userInfo.memberCode != 'ZK68880628'
" "
> >
<view slot="title" class="pf"> <view slot="title" class="pf">

View File

@ -21,7 +21,7 @@
accordion accordion
:border="false" :border="false"
> >
<u-collapse-item name="1" v-if="userInfo.memberCode != 'ZK66886688'"> <u-collapse-item name="1" v-if="userInfo.memberCode != 'ZK68880628'">
<view slot="title" class="pf"> <view slot="title" class="pf">
<img src="@/static/images/yhkzf.jpg" alt="" /> <img src="@/static/images/yhkzf.jpg" alt="" />
<view>{{ '钱包支付' }}</view> <view>{{ '钱包支付' }}</view>

View File

@ -68,12 +68,12 @@
{{userInfo.settleCountryName}} {{userInfo.settleCountryName}}
</view> </view>
</view> --> </view> -->
<view class="index-view"> <!-- <view class="index-view">
<view class="user-name">会员等级</view> <view class="user-name">会员等级</view>
<view class="user-right"> <view class="user-right">
{{ userInfo.pkGradeVal }} {{ userInfo.pkGradeVal }}
</view> </view>
</view> </view> -->
<view class="index-view"> <view class="index-view">
<view class="user-name">荣誉奖衔</view> <view class="user-name">荣誉奖衔</view>