mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化代码
This commit is contained in:
parent
55d9e0dbb6
commit
879cbdb67b
@ -38,13 +38,16 @@
|
||||
<view class="cu-modal" :class="callPropertyModal==true?'show':''">
|
||||
<view class="cu-dialog">
|
||||
<view class="cu-bar bg-white justify-end">
|
||||
<view class="content">拨打电话</view>
|
||||
<view class="content">拨打电话
|
||||
<text v-if="property.communityQrCode">/ 加微信好友</text>
|
||||
</view>
|
||||
<view class="action" @tap="_cancleCall()">
|
||||
<text class="cuIcon-close text-red"></text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="padding-xl">
|
||||
您确认拨打,{{property.communityName}}物业客服电话<br />{{property.sCommunityTel}}
|
||||
<view v-if="property.communityQrCode"><image class="call-qrcode" :src="property.communityQrCode"></image></view>
|
||||
<view>您确认拨打,{{property.communityName}}物业客服电话<br />{{property.sCommunityTel}}</view>
|
||||
</view>
|
||||
<view class="cu-bar bg-white justify-end">
|
||||
<view class="action margin-0 flex-sub solid-left" @tap="_cancleCall()">取消</view>
|
||||
@ -311,4 +314,9 @@
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.call-qrcode{
|
||||
width: 480upx;
|
||||
height: 480upx;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -15,7 +15,7 @@ const baseUrl = '/';
|
||||
|
||||
// #ifndef H5
|
||||
//服务器域名 小程序 或者 app 时 后端地址
|
||||
const baseUrl = 'http://192.168.100.108:8008/';
|
||||
const baseUrl = 'http://192.168.100.108:8088/';
|
||||
// #endif
|
||||
|
||||
let commonBaseUrl = 'http://demo.homecommunity.cn/';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user