소스 검색

no message

xiaoxin 11 달 전
부모
커밋
3de4e92a55
2개의 변경된 파일19개의 추가작업 그리고 4개의 파일을 삭제
  1. 9 4
      common/config.js
  2. 10 0
      pages/order/takefood.vue

+ 9 - 4
common/config.js

@@ -1,13 +1,18 @@
-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 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 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 ROOTPATH = "http://192.168.161.190:8171/sqx_fast";
+const ROOTPATH1 = "http://192.168.161.190:8171/sqx_fast";
+const ROOTPATH2 = "wss://mxys.chuanghai-tech.com/wss/websocket/"
+const ROOTPATH3 = "wss://mxys.chuanghai-tech.com/wss/ordersChat/"
+
 
 module.exports = {
 	APIHOST: ROOTPATH,

+ 10 - 0
pages/order/takefood.vue

@@ -199,6 +199,16 @@
 					</view>
 				</view>
 
+				<view class="tosend_cont_infor" v-if="dataDet.orderType == 2">
+					<view class="tosend_cont_infor_le">骑手取餐时间</view>
+					<view class="tosend_cont_infor_ri">{{ dataDet.orderCode }}</view>
+				</view>
+
+				<view class="tosend_cont_infor">
+					<view class="tosend_cont_infor_le">订单送达时间</view>
+					<view class="tosend_cont_infor_ri">{{ dataDet.orderCode }}</view>
+				</view>
+
 				<view v-if="dataDet.deliveryImgs">
 					<view class="tosend_cont_infor_le" style="margin-bottom: 20rpx">配送图片</view>
 					<img