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 })