|
@@ -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() {
|