|
@@ -56,7 +56,7 @@
|
|
|
<view class="it" @tap="$callPhone(detail.userMobile)"
|
|
|
><text class="iconfont icon-call"></text>联系电话1</view
|
|
|
>
|
|
|
- <view class="it" @tap="$callPhone(detail.userMobile)"
|
|
|
+ <view class="it" @tap="$callPhone(detail.userMobile2 || detail.userMobile)"
|
|
|
><text class="iconfont icon-call"></text>联系电话2</view
|
|
|
>
|
|
|
</view>
|