From 07132ae5e905a710a9843699335a879212984ca4 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期二, 14 一月 2025 15:41:03 +0800
Subject: [PATCH] feat(支付):防止用户多次点击

---
 pay/scanpay.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pay/scanpay.vue b/pay/scanpay.vue
index e5f8719..a075456 100644
--- a/pay/scanpay.vue
+++ b/pay/scanpay.vue
@@ -637,6 +637,7 @@
             this.aliPay(res.paymentUrl)
           }
         } catch (e) {
+          this.payLoading = false
           //TODO handle the exception
           console.error(e);
         }

--
Gitblit v1.9.1