- addPhoneContact 小程序导入通讯录在安卓设备中导入成功失败都返回 一样的结果?
wx.addPhoneContact({ firstName: item.name,//联系人姓名 mobilePhoneNumber: item.tel, //联系人手机号 success: function() { uni.showToast({ title: '添加成功', icon: 'success', duration: 2000 }) miniIfImport(item.id).then(exp => { console.log(exp, '导出通讯录') ok() }) }, fail: function(e) { uni.showToast({ title: '添加失败', icon: 'success', duration: 2000 }) } })
08-24 - wx.addPhoneContact 导入安卓手机成功触发回调失败函数,成功失败返回值都一样
https://developers.weixin.qq.com/miniprogram/dev/framework/[图片]
08-23 - 安全检测问题
[图片]
05-09