获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 小米手机调用makePhoneCall没有将电话号码带入拨号页面?
call(e) { let that = this let mobile = e.target.dataset.mobile wx.makePhoneCall({ phoneNumber: mobile, complete: function () { that.isPhoneBack = true } }) }, [图片][图片]
2021-01-05 - wx.makePhoneCall 方法传入带 * 号的号码到拨号页面被过滤(魅族18pro手机)?
项目中有开通来电转接相关服务的功能,需要拨打运营商提供的开通代码: wx.makePhoneCall({ phoneNumber: '**67*01061146587#', }) 但是在 魅族 18pro 手机上出现 * 号被过滤的情况,请问怎么处理? 代码片段:https://developers.weixin.qq.com/s/N1bIS1mp7yp7
2021-03-23