Browse Source

no message

feature/v1.1
xpz2018 5 years ago
parent
commit
2802f3cee3
1 changed files with 2 additions and 4 deletions
  1. 6
      pages/htmls/auths/index.js

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

Loading…
Cancel
Save