Handy_Cao преди 4 месеца
родител
ревизия
324521e138
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      oem/tss/config/appconfig.json
  2. 1 1
      src/packages/mobile/views/pricing/trade/v2/Index.vue

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

@@ -3,7 +3,7 @@
   "appName": "TCE",
   "version": "1.0.61",
   "versionCode": "100061",
-  "apiUrl": "http://192.168.31.158:16240/cfg?key=dev_104",
+  "apiUrl": "http://192.168.31.210:8080/cfg?key=test_210",
   "tradeChannel": "ws",
   "showLoginAlert": true,
   "registrationCodeRule": 0,

+ 1 - 1
src/packages/mobile/views/pricing/trade/v2/Index.vue

@@ -85,7 +85,7 @@
         </Tabs>
         <template #footer v-if="collection">
             <div class="g-form__footer inset">
-                <Button v-if="goodsList.length != 0" type="danger" block :disabled="orderQty === 0" @click="onSubmit">
+                <Button type="danger" block :disabled="orderQty === 0" @click="onSubmit">
                     {{orderType === 1 ? $t('operation.buynow') : orderTypeStepList.find(e => e.value ===
                         orderType)?.label}}
                 </Button>