Browse Source

集客电话

twt 2 months ago
parent
commit
ae473e544a
3 changed files with 5 additions and 5 deletions
  1. 3 3
      pages/activity/jkDetail.vue
  2. 1 1
      pages/subPack/maintain.vue
  3. 1 1
      utils/request.js

+ 3 - 3
pages/activity/jkDetail.vue

@@ -112,7 +112,7 @@
 										  <image class="shopcallIcon" src="../../static/img2/dhjt.png" mode=""></image>
 										<view class="shopcallTxt">导航</view>
 									</view>
-									<view class="shopcall" @click.stop="makePhoneCall(shopInfo.contactorPhone)">
+									<view class="shopcall" @click.stop="makePhoneCall(shopInfo.mobilePhone)">
 										  <image class="shopcallIcon" src="../../static/img2/call.png" mode=""></image>
 										  <view class="shopcallTxt">电话</view>
 									</view>
@@ -355,7 +355,7 @@
 									  <image class="shopcallIcon" src="../../static/img2/dhjt.png" mode=""></image>
 									<view class="shopcallTxt">导航</view>
 								</view>
-								<view class="shopcall" @click.stop="makePhoneCall(item.contactorPhone)">
+								<view class="shopcall" @click.stop="makePhoneCall(item.mobilePhone)">
 									  <image class="shopcallIcon" src="../../static/img2/call.png" mode=""></image>
 									  <view class="shopcallTxt">电话</view>
 								</view>
@@ -1138,7 +1138,7 @@
 			},
 			call() {
 				uni.makePhoneCall({
-					phoneNumber: this.shopInfo.contactorPhone
+					phoneNumber: this.shopInfo.mobilePhone
 				});
 			},
 			getmap() {

+ 1 - 1
pages/subPack/maintain.vue

@@ -23,7 +23,7 @@
 	 <view class="msBox">
 		 <view class="msLine">
 			 <image class="msIcon" src="../../static/img2/zp.png" mode=""></image>
-			 <view class="msTxt">正品保障1</view>
+			 <view class="msTxt">正品保障</view>
 		 </view>
 		 <view class="msLine">
 			 <image class="msIcon" src="../../static/img2/jp.png" mode=""></image>

+ 1 - 1
utils/request.js

@@ -11,7 +11,7 @@ console.log(extConfig)
 const baseUrl=extConfig.url+'/'
 //const baseUrl='http://api2.dms.66km.com.cn/'
 //const baseUrl='http://dms.66km.com.cn/'
-//const baseUrl='http://192.168.1.70:20187/' 
+//const baseUrl='http://192.168.1.2:20187/' 
 //const baseUrl='https://store-api.qdbtl.cn/'
 //const baseUrl='https://apidms.66km.com/'
 //const baseUrl='https://dmsapi.chipaioil.com/'