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"
@childMethodTrigger="callChildMethod"
></znNewsPopup>
<!-- <RegionSelect v-if="userInfo.memberCode != 'ZK66886688'" /> -->
<!-- <RegionSelect v-if="userInfo.memberCode != 'ZK68880628'" /> -->
<!-- 直推排行弹窗
<directrank-popup
@callznMethodTrigger="callznMethod"

View File

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

View File

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

View File

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

View File

@ -21,7 +21,7 @@
accordion
: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">
<img src="@/static/images/yhkzf.jpg" alt="" />
<view>{{ '钱包支付' }}</view>

View File

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