Fix:4315 【旅居商城小程序】商家电话操作按钮统一改为商家微信按钮样式
This commit is contained in:
@@ -66,7 +66,7 @@
|
|||||||
<view class="phone-actions v12-align-center" v-if="title === '商家电话'">
|
<view class="phone-actions v12-align-center" v-if="title === '商家电话'">
|
||||||
<!-- <button class="action-btn cancel" @click="showPhonePopup = false">取消</button>
|
<!-- <button class="action-btn cancel" @click="showPhonePopup = false">取消</button>
|
||||||
<button class="action-btn call" @click="makePhoneCall">立即拨打</button> -->
|
<button class="action-btn call" @click="makePhoneCall">立即拨打</button> -->
|
||||||
<view class="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-primary-text" @click="contactMerchant('phone')">立即拨打</view> | <view class="v12-font-28" @click="showPhonePopup = false">取消</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="phone-actions v12-align-center" v-if="title === '商家微信'">
|
<view class="phone-actions v12-align-center" v-if="title === '商家微信'">
|
||||||
<!-- <button class="action-btn cancel" @click="showPhonePopup = false">取消</button>
|
<!-- <button class="action-btn cancel" @click="showPhonePopup = false">取消</button>
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
<view class="phone-actions v12-align-center" v-if="title === '商家电话'">
|
<view class="phone-actions v12-align-center" v-if="title === '商家电话'">
|
||||||
<!-- <button class="action-btn cancel" @click="showPhonePopup = false">取消</button>
|
<!-- <button class="action-btn cancel" @click="showPhonePopup = false">取消</button>
|
||||||
<button class="action-btn call" @click="makePhoneCall">立即拨打</button> -->
|
<button class="action-btn call" @click="makePhoneCall">立即拨打</button> -->
|
||||||
<view class="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" @click="contactMerchant('phone')">立即拨打</view> | <view class="v12-font-28" @click="showPhonePopup = false">取消</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="phone-actions v12-align-center" v-if="title === '商家微信'">
|
<view class="phone-actions v12-align-center" v-if="title === '商家微信'">
|
||||||
<!-- <button class="action-btn cancel" @click="showPhonePopup = false">取消</button>
|
<!-- <button class="action-btn cancel" @click="showPhonePopup = false">取消</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user