Fix:4438 【旅居商城小程序】送礼—已领取礼包的用户查看礼包链接时应进入礼包已领取界面
This commit is contained in:
@@ -42,7 +42,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 class="v12-font-28 v12-primary-text v12-primary-border v12-radius-100 v12-font-28 v12-primary-text" @click="contactMerchant('phone')">立即拨打</view> | <view class="v12-font-28" @click="showPhonePopup = false">取消</view>
|
||||
<view class="v12-font-28 v12-primary-text v12-primary-border v12-radius-100 v12-font-28 v12-primary-text v12-px-2" @click="contactMerchant('phone')">立即拨打</view><view class="v12-font-28 v12-dark-border v12-radius-100 v12-px-2" @click="showPhonePopup = false">取消</view>
|
||||
</view>
|
||||
<view class="phone-actions v12-align-center" v-if="title === '商家微信'">
|
||||
<!-- <button class="action-btn cancel" @click="showPhonePopup = false">取消</button>
|
||||
@@ -90,20 +90,6 @@ export default {
|
||||
if (type === 'phone') {
|
||||
uni.makePhoneCall({
|
||||
phoneNumber: this.record.merPhone,
|
||||
success: () => {
|
||||
console.log('///');
|
||||
|
||||
uni.showToast({
|
||||
title: '正在拨打电话',
|
||||
icon: 'none'
|
||||
})
|
||||
},
|
||||
fail: () => {
|
||||
uni.showToast({
|
||||
title: '拨打失败',
|
||||
icon: 'none'
|
||||
})
|
||||
}
|
||||
})
|
||||
} else if (type === 'wechat') {
|
||||
uni.setClipboardData({
|
||||
|
||||
Reference in New Issue
Block a user