forked from zhongyuanhaiju/uniapp
分销商申请升级
This commit is contained in:
parent
14089b377b
commit
3eb2395bec
|
|
@ -156,9 +156,10 @@ export default {
|
|||
success: res => {
|
||||
if (res.code === 0) {
|
||||
_this.$util.showToast({
|
||||
title: res.message,
|
||||
title: '申请成功',
|
||||
success: function () {
|
||||
_this.getBaseInfo();
|
||||
_this.$forceUpdate();
|
||||
}
|
||||
});
|
||||
}else{
|
||||
|
|
|
|||
Loading…
Reference in New Issue