我真糙,做完排了两小时,早上知道原因接入用了三小时。你现在给我撤回了消息?
wx.onNeedPrivacyAuthorization 一直不触发https://developers.weixin.qq.com/miniprogram/dev/api/open-api/privacy/wx.onNeedPrivacyAuthorization.html wx.onNeedPrivacyAuthorization一直不触发,然后我使用 wx.getPrivacySetting获取是否授权过隐私协议, 但是一直返回needAuthorization是false,也就是说我授权过,我何时授权过?。 那我现在咋搞 第一我清除不了授权 第二needAuthorization一直是false ,onNeedPrivacyAuthorization根本不可能触发!
2023-08-16草泥马,又好了是吧
[关于小程序隐私保护指引设置的公告] 这个咋又不弹框?https://developers.weixin.qq.com/community/develop/doc/00042e3ef54940ce8520e38db61801 搞啥 , 为啥现在去掉了 wx.onNeedPrivacyAuthorization(function callback)这个API 现在开发者环境又不报错了?? 这个错现在不报了 [图片] 这是由于在改啥吗
2023-08-16看到大家都有问题,我就放心了
升级微信版本8.0.40 之后获地理位置失败 getLocation:fail ?升级微信版本8.0.40 之后 小程序获取获地理位置失败 getLocation:fail privacy permission is not authorized async function getLocation(parames = {}, isRefresh = false) { let locationResult = await wx.getLocation(parames).catch((err) => ({ err: 'err', ...err })) if (locationResult.err === 'err') { if (locationResult.errMsg == 'getLocation:fail:auth denied' || locationResult.errMsg == 'getLocation:fail auth deny' || locationResult.errMsg == 'getLocation:fail authorize no response') { openSettingForLocation(parames).then(()=>{ return Promise.resolve(locationResult) }).catch(()=>{ return Promise.reject(locationResult) }) } else { wx.showModal({ title: '提示', content: '获取地理位置失败', icon: 'error', showCancel: false, }) return Promise.reject(locationResult) } } } {"err":"err","errMsg":"getLocation:fail privacy permission is not authorized","errno":104}
2023-08-15这是没有start,就调用stop造成的吧
报错:operateRecorder:fail recorder not start开发工具正常,真机调试出现以下报错,之前正常,最近出现这个问题 [图片]
2022-06-22