소스 검색

去掉送达发短信

1410417013 6 달 전
부모
커밋
6702f62b35
2개의 변경된 파일14개의 추가작업 그리고 14개의 파일을 삭제
  1. 12 12
      common/config.js
  2. 2 2
      pages/order/index.vue

+ 12 - 12
common/config.js

@@ -1,17 +1,17 @@
-// const ROOTPATHA = "https://mxys.chuanghai-tech.com/sqx_fast";
-// const ROOTPATHASSS = "https://mxys.chuanghai-tech.com";
-// const ROOTPATH = "https://mxys.chuanghai-tech.com/sqx_fast";
-// const ROOTPATH1 = "https://mxys.chuanghai-tech.com/sqx_fast";
-// const ROOTPATH2 = "wss://mxys.chuanghai-tech.com/wss/websocket/"; //联系客服
-// const ROOTPATH3 = "wss://mxys.chuanghai-tech.com/wss/ordersChat/"; //聊天
+const ROOTPATHA = "https://mxys.chuanghai-tech.com/sqx_fast";
+const ROOTPATHASSS = "https://mxys.chuanghai-tech.com";
+const ROOTPATH = "https://mxys.chuanghai-tech.com/sqx_fast";
+const ROOTPATH1 = "https://mxys.chuanghai-tech.com/sqx_fast";
+const ROOTPATH2 = "wss://mxys.chuanghai-tech.com/wss/websocket/"; //联系客服
+const ROOTPATH3 = "wss://mxys.chuanghai-tech.com/wss/ordersChat/"; //聊天
 
 
-const ROOTPATHA = "https://mxys.chuanghai-tech.com/wm-test/wm-api/sqx_fast";
-const ROOTPATHASSS = "https://mxys.chuanghai-tech.com/wm-test/wm-api";
-const ROOTPATH = "https://mxys.chuanghai-tech.com/wm-test/wm-api/sqx_fast";
-const ROOTPATH1 = "https://mxys.chuanghai-tech.com/wm-test/wm-api/sqx_fast";
-const ROOTPATH2 = "wss://mxys.chuanghai-tech.com/wss-test/websocket/"; //联系客服
-const ROOTPATH3 = "wss://mxys.chuanghai-tech.com/wss-test/ordersChat/"; //聊天
+// const ROOTPATHA = "https://mxys.chuanghai-tech.com/wm-test/wm-api/sqx_fast";
+// const ROOTPATHASSS = "https://mxys.chuanghai-tech.com/wm-test/wm-api";
+// const ROOTPATH = "https://mxys.chuanghai-tech.com/wm-test/wm-api/sqx_fast";
+// const ROOTPATH1 = "https://mxys.chuanghai-tech.com/wm-test/wm-api/sqx_fast";
+// const ROOTPATH2 = "wss://mxys.chuanghai-tech.com/wss-test/websocket/"; //联系客服
+// const ROOTPATH3 = "wss://mxys.chuanghai-tech.com/wss-test/ordersChat/"; //聊天
 
 // const ROOTPATHA = "http://192.168.161.190:8171/sqx_fast";
 // const ROOTPATHASSS = "https://mxys.chuanghai-tech.com/wm-test/wm-api";

+ 2 - 2
pages/order/index.vue

@@ -100,10 +100,10 @@
 								<u-line color="#f2f2f2" />
 								<view class="padding-bottom padding-lr margin-top-sm text-gray" style="margin-left: 120px;display: flex;">
 									
-									<view class="flex"
+									<!-- <view class="flex"
 										v-if="item.status == 3&&item.orderType==2&&item.autoSendOrder ==1">
 										<view class="btn_" @click.stop="duanxinOrder(item,index)" style="width: 90px;">送达并发短信</view>
-									</view>
+									</view> -->
 									<view class="flex"
 										v-if="item.status == 3&&item.orderType==2&&item.autoSendOrder ==1 &&item.deliveryImgs==null">
 										<view class="btn_pai" @click.stop="paiOrder(item)">拍照</view>