twt 1 年之前
父节点
当前提交
622ba269c4
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      pages/rescue/rescueOrderDetail.vue
  2. 2 2
      utils/request.js

+ 2 - 2
pages/rescue/rescueOrderDetail.vue

@@ -109,10 +109,10 @@
 				<view class="informationTxt">下单人:</view>
 				<view class="informationNum" >{{orderData.openUser.nickName|| '未知'}} / <span @click="callPhone(orderData.openUser.mobilePhone)">{{orderData.openUser.mobilePhone}}</span> </view>
 			</view>
-			<view class="informationLine">
+			<!-- <view class="informationLine">
 				<view class="informationTxt">会员信息:</view>
 				<view class="informationNum" >{{orderData.openShopHelpSheet.cardName|| '暂无'}} <span v-if="orderData.openShopHelpSheet.cardName">/</span> {{orderData.openShopHelpSheet.cardCode}}</view>
-			</view>
+			</view> -->
 			<view class="informationLine" v-if="orderData.openShopHelpSheet.confirmTime">
 				<view class="informationTxt">确认时间:</view>
 				<view class="informationNum" >{{orderData.openShopHelpSheet.confirmTime}}/{{orderData.openShopHelpSheet.confirmOperator}}</view>

+ 2 - 2
utils/request.js

@@ -1,5 +1,5 @@
 //测试地址
-//const baseUrl = 'http://api.dms.66km.com.cn/'
+const baseUrl = 'http://api.dms.66km.com.cn/'
 //const baseUrl = 'http://dms.66km.com.cn/'
 //const baseUrl = 'http://192.168.0.146:20187/'
 //const baseUrl = 'http://syadmin.66km.com/'
@@ -9,7 +9,7 @@
 //const baseUrl = 'https://crm.eurorepar.cn/'
 //安徒生
 //const baseUrl = 'http://dms-api.lhrhy.cn/'
-const baseUrl = '//store-api.qdbtl.cn/'
+//const baseUrl = '//store-api.qdbtl.cn/'
 import $store from '../store'
 
 const http = (url = '', date = {}, type = 'POST', header = {