开发包 、体验包 都有问题 线上包ok 不知道 发布后线上会不会也挂
升级微信版本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-16[图片] 用户体验后 如何界定? 浏览首页 算吗?
小程序帐号登录功能暂未符合规范要求,请在用户了解体验小程序功能后,再要求用户进行帐号登录?提交审核时间:2021-01-10 14:47:28 提示请在用户了解体验小程序功能后,再要求用户进行帐号登录,请问具体原因是什么?请明确说明
2021-01-10