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