小程序-拨打电话

如何调用微信 小程序 自动拨打电话功能

  bindtapCall: function (e) {let phoneNumber = this.data.telephone;if (phoneNumber) {wx.makePhoneCall({phoneNumber,});}},