forked from angelo/web-retail-h5
feat(global): 特殊会员处理
This commit is contained in:
parent
e90a4c616b
commit
cf8ef80b49
|
@ -19,7 +19,7 @@ module.exports = vm => {
|
||||||
|
|
||||||
//#ifdef DEV_SERVER
|
//#ifdef DEV_SERVER
|
||||||
console.log('DEV_SERVER')
|
console.log('DEV_SERVER')
|
||||||
config.baseURL = 'http://192.168.0.86:8080'
|
config.baseURL = 'http://t-bl.beida777.com/prod-api'
|
||||||
//#endif
|
//#endif
|
||||||
|
|
||||||
//#ifdef QA_SERVER
|
//#ifdef QA_SERVER
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
ref="child2"
|
ref="child2"
|
||||||
@childMethodTrigger="callChildMethod"
|
@childMethodTrigger="callChildMethod"
|
||||||
></znNewsPopup>
|
></znNewsPopup>
|
||||||
<!-- <RegionSelect v-if="userInfo.memberCode != 'BF66886688'" /> -->
|
<!-- <RegionSelect v-if="userInfo.memberCode != 'BL66886688'" /> -->
|
||||||
<!-- 直推排行弹窗
|
<!-- 直推排行弹窗
|
||||||
<directrank-popup
|
<directrank-popup
|
||||||
@callznMethodTrigger="callznMethod"
|
@callznMethodTrigger="callznMethod"
|
||||||
|
|
|
@ -143,7 +143,7 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
ifCodeName() {
|
ifCodeName() {
|
||||||
if (this.userInfo.memberCode == 'BF66886688') {
|
if (this.userInfo.memberCode == 'BL66886688') {
|
||||||
this.ifshowBtn = true
|
this.ifshowBtn = true
|
||||||
} else {
|
} else {
|
||||||
this.ifshowBtn = false
|
this.ifshowBtn = false
|
||||||
|
|
|
@ -275,7 +275,7 @@ export default {
|
||||||
name: '我的钱包',
|
name: '我的钱包',
|
||||||
imgurl: '../../static/images/my_icon1.png',
|
imgurl: '../../static/images/my_icon1.png',
|
||||||
menuKey: 'wallet',
|
menuKey: 'wallet',
|
||||||
ifshow: true,
|
ifshow: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: '/pages/bonus/index',
|
url: '/pages/bonus/index',
|
||||||
|
@ -541,7 +541,7 @@ export default {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
this.userInfo = res.data
|
this.userInfo = res.data
|
||||||
|
|
||||||
if (this.userInfo.memberCode != 'BF66886688') {
|
if (this.userInfo.memberCode != 'BL66886688') {
|
||||||
this.otherMenuList = this.otherMenuList.map(item => {
|
this.otherMenuList = this.otherMenuList.map(item => {
|
||||||
item.ifshow = true
|
item.ifshow = true
|
||||||
return item
|
return item
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
<u-collapse-item
|
<u-collapse-item
|
||||||
name="1"
|
name="1"
|
||||||
v-if="
|
v-if="
|
||||||
!isRecharge && !isShare && userInfo.memberCode != 'BF66886688'
|
!isRecharge && !isShare && userInfo.memberCode != 'BL66886688'
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<view slot="title" class="pf">
|
<view slot="title" class="pf">
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
accordion
|
accordion
|
||||||
:border="false"
|
: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">
|
<view slot="title" class="pf">
|
||||||
<img src="@/static/images/yhkzf.jpg" alt="" />
|
<img src="@/static/images/yhkzf.jpg" alt="" />
|
||||||
<view>{{ '钱包支付' }}</view>
|
<view>{{ '钱包支付' }}</view>
|
||||||
|
|
Loading…
Reference in New Issue