|
|
@@ -189,14 +189,13 @@ export default {
|
|
|
openid:getApp().globalData.open_id
|
|
|
},
|
|
|
success: (res) => {
|
|
|
- console.log(res)
|
|
|
if(res.data.code === 200){
|
|
|
getApp().globalData.user_phone = res.data.data;
|
|
|
this.userPhone = res.data.data.substr(0, 3) + '****' + res.data.data.substr(7) ;
|
|
|
this.$refs.popup.close()
|
|
|
uni.showTabBar({})
|
|
|
this.getUserInfoBranch();
|
|
|
- this.getActiveList(this.branchId)
|
|
|
+ this.getActiveList(this.branchId);
|
|
|
this.getActiveInfoBranch()
|
|
|
}else {
|
|
|
uni.showToast({
|
|
|
@@ -282,6 +281,7 @@ export default {
|
|
|
this.userPhone = res.data.data.phone.substr(0, 3) + '****' + res.data.data.phone.substr(7)
|
|
|
this.getUserInfoBranch();
|
|
|
this.getActiveList(this.branchId);
|
|
|
+ this.getActiveInfoBranch()
|
|
|
}else {
|
|
|
this.open()
|
|
|
}
|