|
@@ -45,7 +45,7 @@
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
- <view class="remindBox" v-if="numList.remindType!=0">
|
|
|
+ <view class="remindBox" v-if="numList.remindType!=0&&numList.remindIntegral!=0">
|
|
|
<view class="remindLeft" style="display: flex;">
|
|
|
<image style="width: 24rpx;height: 24rpx;margin-top: 2rpx;" src="http://dmsphoto.66km.com.cn/thFiles/BA87B937-90F3-420C-A21C-A5B7BE7E8B07.png" mode=""></image>
|
|
|
<span style="padding-left: 10rpx;">您有</span>
|
|
@@ -667,6 +667,12 @@
|
|
|
this.phone = res.data.openUser.mobilePhone;
|
|
|
this.showSetting=res.data.showSetting
|
|
|
this.f2csystemlist=res.data.f2csystemlist
|
|
|
+ if(this.numList.customerInfo.pState==1&&this.numList.shopSettings.partnerDisabled){
|
|
|
+ this.kkshow=true
|
|
|
+ }
|
|
|
+ if(this.numList.customerInfo.rebateState==1&&this.numList.shopSettings.introductionDisabled){
|
|
|
+ this.kkshow=true
|
|
|
+ }
|
|
|
})
|
|
|
},
|
|
|
gonavigateTo(url) {
|