feat: 在充值提交后添加提示,告知用户申请已提交
This commit is contained in:
@@ -137,6 +137,7 @@ async function handleSubmit() {
|
||||
amount: String(amount),
|
||||
paymentChannel: selectedPaymentType.value!,
|
||||
}));
|
||||
showToast("充值申请已提交,请等待处理");
|
||||
rechargeAmount.value = "";
|
||||
selectedPaymentType.value = null;
|
||||
selectedPaymentId.value = null;
|
||||
|
||||
Reference in New Issue
Block a user