丶听雨
丶听雨
  • 发布:2020-01-02 15:23
  • 更新:2020-01-02 15:23
  • 阅读:1240

qq小程序makePhoneCall 真机上无法拨打电话

分类:uni-app

qq小程序makePhoneCall 真机上无法拨打电话,调试打印提示makePhoneCall:fail system permission denied 没有权限 但是如何授权呢,手机应用权限没有做限制,清除qq缓存也没有用,在别的小程序以及开发者工具中都正常,qq小程序真机不正常

uni.makePhoneCall({
phoneNumber: '1xxxxxxxxxx',
fail: (err) => {
console.log(err)
}
});

2020-01-02 15:23 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复