反馈修改0711

master
Lee-1203 2022-07-11 18:38:49 +08:00
parent bc9a51c480
commit fe296c0d0d
4 changed files with 6 additions and 1 deletions

View File

@ -200,6 +200,8 @@
this.$toolAll.tools.showToast('绑定成功'); this.$toolAll.tools.showToast('绑定成功');
// //
this.getUserData(); this.getUserData();
}else{
this.$toolAll.tools.showToast(res.msg);
} }
}) })

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -332,6 +332,8 @@ var _default = {
_this3.$toolAll.tools.showToast('绑定成功'); _this3.$toolAll.tools.showToast('绑定成功');
// 刷新用户信息 // 刷新用户信息
_this3.getUserData(); _this3.getUserData();
} else {
_this3.$toolAll.tools.showToast(res.msg);
} }
}); });