wx.makePhoneCall({ phoneNumber: customerPhone.toString(), success: (res) => { if (res.errMsg) { this.queryCallStatus(customerWid); } }, fail: (err) => { const { errMsg } = err; if (errMsg != 'makePhoneCall:fail cancel') { wx.showToast({ title: '打开会话失败', icon: 'none', duration: 2000, }); } }, complete: () => { }, });
wx.makePhoneCall 在安卓手机上出发打电话 回调函数没触发?[图片][图片] 调用打电话api 需要在成功毁掉函数埋点 但现在成功函数没触发
08-20你好 企业微信端目前还有这个问题滚动过快选值错误
picker-view bindchange触发时机现在picker-view触发bindchange要在滑动结束后,有时候还没滑完,就点确定按钮或者跳转页面,但是bindchange没有触发,就没有获取到数据,体验很不好,希望优化下
2022-11-21