钱包充值1

This commit is contained in:
zzyuan 2025-12-04 17:53:03 +08:00
parent fb444ba226
commit 10a4b38b7d
1 changed files with 2 additions and 2 deletions

View File

@ -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(() => {});