3
0
Fork 0

feat(global): 特殊会员处理

This commit is contained in:
woody 2025-07-15 17:01:30 +08:00
parent 507b621bd3
commit 0047c2843a
6 changed files with 7 additions and 7 deletions

View File

@ -19,7 +19,7 @@ module.exports = vm => {
//#ifdef DEV_SERVER
console.log('DEV_SERVER')
config.baseURL = 'http://192.168.0.86:8080'
config.baseURL = 'http://t-bl.beida777.com/prod-api'
//#endif
//#ifdef QA_SERVER

View File

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

View File

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

View File

@ -275,7 +275,7 @@ export default {
name: '我的钱包',
imgurl: '../../static/images/my_icon1.png',
menuKey: 'wallet',
ifshow: true,
ifshow: false,
},
{
url: '/pages/bonus/index',
@ -541,7 +541,7 @@ export default {
if (res.code == 200) {
this.userInfo = res.data
if (this.userInfo.memberCode != 'BF66886688') {
if (this.userInfo.memberCode != 'BL66886688') {
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 != 'BF66886688'
!isRecharge && !isShare && userInfo.memberCode != 'BL66886688'
"
>
<view slot="title" class="pf">

View File

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