
wxml:
<button bindtap="tel">13866668888</button>
js:放入page中
tel: function () {
wx.makePhoneCall({
phoneNumber: this.data.tel,
})
},
wxml:
<button bindtap="tel">13866668888</button>
js:放入page中
tel: function () {
wx.makePhoneCall({
phoneNumber: this.data.tel,
})
},