小程序-拨打电话

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

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

 

posted @ 2025-11-24 11:28  微宇宙  阅读(5)  评论(0)    收藏  举报