From 6f2595556c583c6edc0ef0c4a2b45cba23c7feff Mon Sep 17 00:00:00 2001 From: caichunsheng Date: Sat, 17 Sep 2022 16:35:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E5=AE=A2=E6=9C=8D=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=EF=BC=8C=E5=9B=A2=E4=BD=93=E9=A2=84=E7=BA=A6=E9=9A=90?= =?UTF-8?q?=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.wxml | 4 ++-- pages/user/user.js | 16 ++++++++++++++++ pages/user/user.wxml | 7 +++++-- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/pages/index/index.wxml b/pages/index/index.wxml index ed4f960..ca7f05b 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -189,11 +189,11 @@ 文旅单位 - 团体预约 - + --> diff --git a/pages/user/user.js b/pages/user/user.js index f61e938..e29318d 100644 --- a/pages/user/user.js +++ b/pages/user/user.js @@ -77,6 +77,22 @@ Page({ pagePoint: function(e){ util.pagePoint(e) }, + phoneCall:function(){ + wx.showModal({ + cancelColor: 'cancelColor', + title:'呼叫人工客服', + content:'0512-66555111', + success:function(res){ + if (res.cancel) { + return + }else{ + wx.makePhoneCall({ + phoneNumber:'0512-66555111', + }) + } + } + }) + }, /** * 生命周期函数--监听页面隐藏 diff --git a/pages/user/user.wxml b/pages/user/user.wxml index 3e3cabb..942e837 100644 --- a/pages/user/user.wxml +++ b/pages/user/user.wxml @@ -55,9 +55,12 @@ - + + + 呼叫人工客服 + 我的卡券