摘要: 如何调用微信 小程序 自动拨打电话功能 bindtapCall: function (e) { let phoneNumber = this.data.telephone; if (phoneNumber) { wx.makePhoneCall({ phoneNumber, }); } }, 阅读全文
posted @ 2025-11-24 11:28 微宇宙 阅读(5) 评论(0) 推荐(0)