From 25b36ded6fb82ce2037dc3cc2af1c3bada41dd6e Mon Sep 17 00:00:00 2001 From: Kelvin Date: Sat, 8 Jul 2023 16:28:28 +0800 Subject: [PATCH] update --- src/views/user/money/index.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/user/money/index.vue b/src/views/user/money/index.vue index ff9f0f2..f335204 100644 --- a/src/views/user/money/index.vue +++ b/src/views/user/money/index.vue @@ -3,14 +3,14 @@ 充值金值: - + 充值
- +
@@ -135,7 +135,9 @@ function handlePayment() { aoid.value = response.data.aoid // XorPay平台订单唯一标识 loading.value = false open.value = true - }); + }).catch(() => { + loading.value = false + }) } // 刷新订单状态