|
|
@@ -172,28 +172,30 @@
|
|
|
<view class="fn-icon"><image :src="'https://onlineimg.qianniao.vip/ic-vip-' + theme + '.png'"></image></view>
|
|
|
<view class="fn-label">会员卡</view>
|
|
|
</view> -->
|
|
|
- <!-- <view class="fn-li" @click="navTo('/pagesT/user/dyquan')">
|
|
|
+ <view class="fn-li" @click="navTo('/pagesT/user/dyquan')">
|
|
|
<view class="fn-icon">
|
|
|
<image src="https://api.junhailan.com/img/user/dyq.png"></image>
|
|
|
</view>
|
|
|
- <view class="fn-label">我的抵用券</view>
|
|
|
- </view> -->
|
|
|
+ <view class="fn-label">我的优惠卡</view>
|
|
|
+ </view>
|
|
|
<view class="fn-li" @click="navTo('/pagesT/address/address')">
|
|
|
<view class="fn-icon">
|
|
|
<image src="https://api.junhailan.com/img/user/wddz.png"></image>
|
|
|
</view>
|
|
|
<view class="fn-label">我的地址</view>
|
|
|
</view>
|
|
|
- <view class="fn-li" @click="navTo('/pagesT/user/myyhk')">
|
|
|
+ <!-- <view class="fn-li" @click="navTo('/pagesT/user/myyhk')">
|
|
|
<view class="fn-icon">
|
|
|
<image src="https://api.junhailan.com/img/user/yhk.png"></image>
|
|
|
</view>
|
|
|
<view class="fn-label">我的优惠卡</view>
|
|
|
- </view>
|
|
|
- <view class="fn-li" @click="goDistribution">
|
|
|
- <view class="fn-icon"><image :src="'https://onlineimg.qianniao.vip/ic-fen-' + theme + '.png'"></image></view>
|
|
|
+ </view> -->
|
|
|
+ <!-- <view class="fn-li" @click="goDistribution">
|
|
|
+ <view class="fn-icon">
|
|
|
+ <image :src="'https://onlineimg.qianniao.vip/ic-fen-' + theme + '.png'"></image>
|
|
|
+ </view>
|
|
|
<view class="fn-label">分销中心</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<view class="fn-li" @click="navTo('/pagesT/user/Collection')">
|
|
|
<view class="fn-icon">
|
|
|
<image src="https://api.junhailan.com/img/user/wdsc.png"></image>
|
|
|
@@ -380,7 +382,7 @@
|
|
|
this.getOrderStatusNum();
|
|
|
} else {
|
|
|
this.vip_data = {};
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -529,7 +531,7 @@
|
|
|
});
|
|
|
//#endif
|
|
|
} else {
|
|
|
- this.getInfoBusinessman();
|
|
|
+ this.getInfoBusinessman();
|
|
|
// console.log(this.distributionSet.level,'this.distributionSet.level');
|
|
|
// if (this.distributionSet.level && this.distributionSet.level > 0) {
|
|
|
// this.getInfoBusinessman();
|
|
|
@@ -636,7 +638,7 @@
|
|
|
}
|
|
|
if (this.userInfo.name == '微信用户') {
|
|
|
let show = uni.getStorageSync('showchangename')
|
|
|
- if(show != 1) {
|
|
|
+ if (show != 1) {
|
|
|
this.show_change_name = true
|
|
|
}
|
|
|
}
|
|
|
@@ -664,19 +666,19 @@
|
|
|
this.tip_model = false;
|
|
|
},
|
|
|
nameCancel() {
|
|
|
- uni.setStorageSync('showchangename',1)
|
|
|
+ uni.setStorageSync('showchangename', 1)
|
|
|
this.show_change_name = false;
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
// 跳转完善资料页面
|
|
|
finishCofirm() {
|
|
|
this.goPage('/pagesT/user/editUserInfo');
|
|
|
},
|
|
|
nameCofirm() {
|
|
|
- uni.setStorageSync('showchangename',1)
|
|
|
+ uni.setStorageSync('showchangename', 1)
|
|
|
this.goPage('/pagesT/selfconfig/selfconfig');
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
onShareAppMessage(options) {
|
|
|
return {
|
|
|
@@ -1157,4 +1159,4 @@
|
|
|
text-align: center;
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|