钱包充值1
This commit is contained in:
parent
fb444ba226
commit
10a4b38b7d
|
|
@ -529,7 +529,7 @@
|
||||||
}
|
}
|
||||||
rechargeAccWalletApi(param).then(response => {
|
rechargeAccWalletApi(param).then(response => {
|
||||||
this.$modal.msgSuccess("操作成功");
|
this.$modal.msgSuccess("操作成功");
|
||||||
this.openRecharge = false;
|
this.open = false;
|
||||||
this.getList();
|
this.getList();
|
||||||
});
|
});
|
||||||
}).catch(() => {});
|
}).catch(() => {});
|
||||||
|
|
@ -541,7 +541,7 @@
|
||||||
}
|
}
|
||||||
rechargeAccWalletApi(param).then(response => {
|
rechargeAccWalletApi(param).then(response => {
|
||||||
this.$modal.msgSuccess("操作成功");
|
this.$modal.msgSuccess("操作成功");
|
||||||
this.openRecharge = false;
|
this.open = false;
|
||||||
this.getList();
|
this.getList();
|
||||||
});
|
});
|
||||||
}).catch(() => {});
|
}).catch(() => {});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue