- 能检测到有新版本,但updateManager.onUpdateReady不执行,有遇到的吗?
if (wx.canIUse('getUpdateManager')) { const updateManager = wx.getUpdateManager(); updateManager.onCheckForUpdate((res) => { console.log('更新检测:'+res.hasUpdate); if (res.hasUpdate) { updateManager.onUpdateReady(() => { console.log('更新完成'); wx.showModal({ title: '更新提示', content: '新版本已经准备就绪,是否需要重新启动应用~', success: (res) => { if (res.confirm) { updateManager.applyUpdate() } } }); }); updateManager.onUpdateFailed(() => { wx.showModal({ title: '已有新版本上线', content: '小程序自动更新失败,请删除该小程序后重新搜索打开哟~', }); }); } }); } else { wx.showModal({ title: '提示', content: '当前微信版本过低,无法使用该功能,请更新到最新的微信后再重试~', }); }
2021-09-04 - 小程序通过分享链接进去,第一次能打开小程序,第二次通过链接进小程序,一片空白?
小程序通过分享链接进去,第一次能打开小程序,第二次通过链接进小程序,一片空白
2020-09-20 - 分享朋友圈,朋友无法看见,现活动已结束了,请求解封?
活动已经结束,下架了,请求解封。。。 链接:http://wx9e81d96d8931ab23.eapye.com/views/spell/index.html?p=7ryi6v&m=BRJVfe&c=null&t=1587698480883 微信:gx_18382026559 时间:2020-04-24 11:30:00
2020-04-24