From 5788c53ae08862613544ec224212024e18ccf7cd Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期三, 24 十二月 2025 16:16:48 +0800
Subject: [PATCH] feat: 修改支付页面

---
 src/assets/js/ByUtils.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/assets/js/ByUtils.js b/src/assets/js/ByUtils.js
index c296143..bca4ed1 100644
--- a/src/assets/js/ByUtils.js
+++ b/src/assets/js/ByUtils.js
@@ -277,7 +277,9 @@
             console.log(response)
         if (data && data.code==0) {
                 callBackFunction(data);
-            } else {
+            } else if(data.code==1) {
+            callBackFunction(data);
+        }else {
                 if(data.message=='-9999'){
                     vm.$router.push({'path': '/login'});
                     vm.$alert('浼氳瘽缁撴潫锛岃閲嶆柊鐧诲綍', {'title': '鎻愮ず', 'type': 'warning', 'center': true, 'showClose': false});

--
Gitblit v1.9.1