Handy_Cao 1 rok temu
rodzic
commit
947282504e

+ 1 - 1
oem/thj/config/appconfig.json

@@ -3,7 +3,7 @@
   "appName": "铁合金掌上行",
   "version": "1.0.0",
   "versionCode": "100000",
-  "apiUrl": "http://192.168.31.132:8080/cfg?key=test_132",
+  "apiUrl": "http://192.168.31.167:8080/cfg?key=test_167",
   "tradeChannel": "ws",
   "modules": [
     "register",

+ 4 - 3
src/packages/mobile/views/swap/list/Index.vue

@@ -172,9 +172,10 @@ onActivated(() => {
             // 铁合金
             if (res.data.length === 0) {
                 initMdUserSwapProtocol()
-            } else {
-                canProtocolSign.value = res.data.some(e => e.protocolstatus === 4)
-            }
+            } 
+            // else {
+            //     canProtocolSign.value = res.data.some(e => e.protocolstatus === 4)
+            // }
         }
     })
 })