反馈修改0711
parent
bc9a51c480
commit
fe296c0d0d
|
@ -200,6 +200,8 @@
|
|||
this.$toolAll.tools.showToast('绑定成功');
|
||||
// 刷新用户信息
|
||||
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
|
@ -332,6 +332,8 @@ var _default = {
|
|||
_this3.$toolAll.tools.showToast('绑定成功');
|
||||
// 刷新用户信息
|
||||
_this3.getUserData();
|
||||
} else {
|
||||
_this3.$toolAll.tools.showToast(res.msg);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue