From 5117b4f2574f9f4af0784023967b1709c8effeeb Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Sat, 09 May 2026 14:58:15 +0800
Subject: [PATCH] feat:星享购 细节调整

---
 pages/quanyi/add.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pages/quanyi/add.vue b/pages/quanyi/add.vue
index 9fe0cb6..ce66b23 100644
--- a/pages/quanyi/add.vue
+++ b/pages/quanyi/add.vue
@@ -386,6 +386,7 @@
 			  title: e.data.data,
 			  icon: 'none'
 			});
+			return;
           }
           uni.request({
             url:_this.$webHost+`/api/v2/pay/getPayBindCardInfo/${uni.getStorageSync('ygxLogin').customerId}`,
@@ -448,7 +449,7 @@
         });
 
 
-        that.isCounting = true;
+        // that.isCounting = true;
 
 
 
@@ -506,7 +507,7 @@
                   })
                   return;
                 }
-
+				that.isCounting = true;
                 if(res.data.code === 200){
                   that.bindCardId = res.data.data;
                 } else {

--
Gitblit v1.9.3