xiaohaizhao 2 месяцев назад
Родитель
Сommit
2bcb4583b5

+ 2 - 2
packageA/fittings/modules/list/index.wxml

@@ -24,10 +24,10 @@
             关闭日期:{{item.closedate||'--'}}
         </view>
         <view class="exp">
-            圆通单号:{{item.mailno||'--'}}
+            圆通单号:{{item.expressform_mailno ||'--'}}
         </view>
         <view class="exp">
-            快递单号:{{item.tracknumber ||'--'}}
+            快递单号:{{item.expressform_txlogisticid ||'--'}}
         </view>
         <view class="exp">
             共计{{item.qty}}件商品

+ 0 - 6
packageA/fittings/modules/product/index.js

@@ -448,12 +448,6 @@ Component({
                     itemname:v.itemname
                 }
             });
-            let item = items.find(v => !v.price)
-            if (item) return wx.showModal({
-                title: '提示',
-                content: `${item.itemname}产品价格异常,请检查`,
-                showCancel: false
-            })
             return new Promise((resolve) => {
                 _Http.basic({
                     "id": 2025121314111503,

+ 2 - 2
utils/Http.js

@@ -11,8 +11,8 @@ class HTTP {
 		if (this.ENV === 'release') { // 正式版
 			this.baseUrl = "https://crm.meida.com:16691";
 		} else {
-			// this.baseUrl = "http://61.164.207.46:8300";
-			this.baseUrl = "https://crm.meida.com:16691";
+			this.baseUrl = "http://61.164.207.46:8300";
+			// this.baseUrl = "https://crm.meida.com:16691";
 		}