diff --git a/components/index/index-menu.vue b/components/index/index-menu.vue index d0fcac8..d63de24 100644 --- a/components/index/index-menu.vue +++ b/components/index/index-menu.vue @@ -38,13 +38,16 @@ - 拨打电话 + 拨打电话 + / 加微信好友 + - 您确认拨打,{{property.communityName}}物业客服电话
{{property.sCommunityTel}} + + 您确认拨打,{{property.communityName}}物业客服电话
{{property.sCommunityTel}}
取消 @@ -311,4 +314,9 @@ margin-right: 0; } } + + .call-qrcode{ + width: 480upx; + height: 480upx; + } diff --git a/conf/config.js b/conf/config.js index 220db70..2decc83 100755 --- a/conf/config.js +++ b/conf/config.js @@ -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/';