- h5使用公众号JS-SDK报错,config:fail,invalid signature怎么解决?
https://res.wx.qq.com/open/js/jweixin-1.6.0.js [图片] 相关代码: [图片]
10-12 - wx.getUpdateManager在小程序ios始终获取都是false,Android正常?
描述:正式环境版本更新发布后,使用wx.getUpdateManager在Android手机的微信小程序正常提示及更新,ios手机的小程序使用始终获取都是false,无法正常提示更新,这是什么情况? 代码:在全局onShow中加的 const updateManager = wx.getUpdateManager(); updateManager.onCheckForUpdate(function(res) { // 请求完新版本信息的回调 console.log("更新提示--", res.hasUpdate); ); updateManager.onUpdateReady(function(res) { wx.showModal({ title: '更新提示', content: '新版本已经准备好,是否重启应用?', success(res) { if (res.confirm) { // 新的版本已经下载好,调用 applyUpdate 应用新版本并重启 updateManager.applyUpdate(); } } }); }); updateManager.onUpdateFailed(function(res) { // 新的版本下载失败 // 新版本下载失败 wx.showModal({ title: '更新失败', content: '请退出并移除小程序,重新打开', }) });
2023-10-10 - 申请两个接口设置,后申请的先过,先申请的一直不通过,也没有驳回,求官方解决
https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.getLocation.html [图片]
2022-05-07