|
@@ -93,7 +93,7 @@
|
|
|
<tui-modal :show="show" custom @cancel="cancel">
|
|
|
<view class="tui-modal-custom">
|
|
|
<view class="tui-modal-custom-text">周一至周五 9:00~1800</view>
|
|
|
- <view class="tui-modal-custom-phone" @click=";(modal = true), (show = false)">153-3889-7365</view>
|
|
|
+ <view class="tui-modal-custom-phone" @click=";(modal = true), (show = false)">131-6478-0233</view>
|
|
|
</view>
|
|
|
</tui-modal>
|
|
|
<tui-modal :show="isPhone" class="qrcode" custom @cancel="cancel">
|
|
@@ -110,7 +110,7 @@
|
|
|
<view class="tui-modal-custom-call">
|
|
|
<view class="tui-modal-custom-text">
|
|
|
确定拨打
|
|
|
- <text style="color: #FF5B00;font-weight: bold;margin: 0 6rpx;">153-3889-7365</text>
|
|
|
+ <text style="color: #FF5B00;font-weight: bold;margin: 0 6rpx;">131-6478-0233</text>
|
|
|
吗?
|
|
|
</view>
|
|
|
<view class="modal-btns">
|
|
@@ -300,7 +300,7 @@ export default {
|
|
|
// 拨打电话
|
|
|
handleClick() {
|
|
|
uni.makePhoneCall({
|
|
|
- phoneNumber: '153-3889-7365' //仅为示例
|
|
|
+ phoneNumber: '131-6478-0233' //仅为示例
|
|
|
})
|
|
|
this.modal = false
|
|
|
},
|
|
@@ -451,7 +451,7 @@ export default {
|
|
|
}
|
|
|
.tui-modal-custom-qrcode {
|
|
|
width: 412rpx;
|
|
|
- height: 412rpx;
|
|
|
+ height: 460rpx;
|
|
|
}
|
|
|
}
|
|
|
.modal-btns {
|