feat: 在充值提交后添加提示,告知用户申请已提交

This commit is contained in:
2026-01-26 15:06:25 +07:00
parent 7391240e88
commit 05a40f2062

View File

@@ -137,6 +137,7 @@ async function handleSubmit() {
amount: String(amount),
paymentChannel: selectedPaymentType.value!,
}));
showToast("充值申请已提交,请等待处理");
rechargeAmount.value = "";
selectedPaymentType.value = null;
selectedPaymentId.value = null;