From 05a40f20623c4294db9a06ebdb7a612f7791ef2d Mon Sep 17 00:00:00 2001 From: Seven Date: Mon, 26 Jan 2026 15:06:25 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9C=A8=E5=85=85=E5=80=BC=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E5=90=8E=E6=B7=BB=E5=8A=A0=E6=8F=90=E7=A4=BA=EF=BC=8C?= =?UTF-8?q?=E5=91=8A=E7=9F=A5=E7=94=A8=E6=88=B7=E7=94=B3=E8=AF=B7=E5=B7=B2?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/recharge/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/recharge/index.vue b/src/views/recharge/index.vue index 490f9fb..ac65d35 100644 --- a/src/views/recharge/index.vue +++ b/src/views/recharge/index.vue @@ -137,6 +137,7 @@ async function handleSubmit() { amount: String(amount), paymentChannel: selectedPaymentType.value!, })); + showToast("充值申请已提交,请等待处理"); rechargeAmount.value = ""; selectedPaymentType.value = null; selectedPaymentId.value = null;