From 2802f3cee3191bac8f1dc70e61675efeddf19ef3 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Tue, 9 Mar 2021 19:45:15 +0800 Subject: [PATCH] no message --- pages/htmls/auths/index.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pages/htmls/auths/index.js b/pages/htmls/auths/index.js index aa5a4c0..6083f36 100644 --- a/pages/htmls/auths/index.js +++ b/pages/htmls/auths/index.js @@ -16,10 +16,8 @@ Page({ console.log(e) }, tellPhone: function(){ - // wx.makePhoneCall({ - // phoneNumber: '020-82516486', - // }) - this.setData({ show: true }) + wx.makePhoneCall({ phoneNumber: '020-82516486' }) + // this.setData({ show: true }) }, onClose: function(){ this.setData({ show: false })