Fix:4567 【旅居商城小程序】订单详情页-平台客服,点击立即拨打按钮无效,不会跳转到拨号页面
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
<view class="phone-actions v12-align-center" v-if="title === '平台电话'" >
|
||||
<!-- <button class="action-btn cancel" @click="showPhonePopup = false">取消</button>
|
||||
<button class="action-btn call" @click="makePhoneCall">立即拨打</button> -->
|
||||
<view v-if="title === '平台电话'" class="v12-font-28 v12-primary-text v12-primary-border v12-radius-100 v12-px-2" @click="contactMerchant('tel')">立即拨打</view><view class="v12-font-28 v12-dark-border v12-radius-100 v12-px-2" @click="showPhonePopup = false">取消</view>
|
||||
<view v-if="title === '平台电话'" class="v12-font-28 v12-primary-text v12-primary-border v12-radius-100 v12-px-2" @click="contactMerchant('company')">立即拨打</view><view class="v12-font-28 v12-dark-border v12-radius-100 v12-px-2" @click="showPhonePopup = false">取消</view>
|
||||
</view>
|
||||
</view>
|
||||
</u-popup>
|
||||
|
||||
Reference in New Issue
Block a user