修改充值功能

This commit is contained in:
rain
2026-07-30 09:49:00 +08:00
parent a178111378
commit da89fa578b
2 changed files with 11 additions and 1 deletions
+2
View File
@@ -396,6 +396,8 @@
ApiClient.post(ApiClient.API.walletRechargeOrder, {
rechargeId: selectedConfigId,
payType: "NATIVE",
returnUrl: window.location.href,
})
.then(function (res) {
$btn.text("\u7acb\u5373\u5145\u503c").prop("disabled", false);