From 879cbdb67b7a6dc9f3f599b091ea65cb44a0b5c5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 10 Jan 2023 01:48:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/index/index-menu.vue | 12 ++++++++++-- conf/config.js | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) 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/';