小程序解决小程序版本强制更新
告白的话怎么说⼩程序解决⼩程序版本强制更新直接上代码,修改app.js 的 onLaunch⽅法
onLaunch() {
this.autoUpdate()
},
autoUpdate:function(){
console.log(new Date())
const self=this
// 获取⼩程序更新机制兼容
if (wx.canIUse('getUpdateManager')) {登记照
const updateManager = wx.getUpdateManager()
//1. 检查⼩程序是否有新版本发布
// 请求完新版本信息的回调
if (res.hasUpdate) {
//2. ⼩程序有新版本,则静默下载新版本,做好更新准备
console.log(new Date())
wx.showModal({
title: '更新提⽰',
content: '新版本已经准备好,是否重启应⽤?',
success: function (res) {
if (firm) {
/
/3. 新的版本已经下载好,调⽤ applyUpdate 应⽤新版本并重启
updateManager.applyUpdate()
} else if (res.cancel) {
//如果需要强制更新,则给出⼆次弹窗,如果不需要,则这⾥的代码都可以删掉了
wx.showModal({
title: '温馨提⽰~',
content: '本次版本更新涉及到新的功能添加,旧版本⽆法正常访问的哦~',
success: function (res) {
self.autoUpdate()
return;
//第⼆次提⽰后,强制更新
if (firm) {
// 新的版本已经下载好,调⽤ applyUpdate 应⽤新版本并重启
updateManager.applyUpdate()
} else if (res.cancel) {
//重新回到版本更新提⽰
self.autoUpdate()
}先进基层党组织事迹材料
}
})
}
金牛座性格}
})
})
停拼音
// 新的版本下载失败
wx.showModal({
title: '已经有新版本了哟~',
content: '新版本已经上线啦~,请您删除当前⼩程序,重新搜索打开哟~',
})
})
}
清明节的古诗大全简单
})
} else {
// 如果希望⽤户在最新版本的客户端上体验您的⼩程序,可以这样⼦提⽰
wx.showModal({
title: '提⽰',
content: '当前版本过低,⽆法使⽤该功能,请升级到最新版本后重试。'
})
}
},
/**
* 下载⼩程序新版本并重启应⽤
*/
downLoadAndUpdate: function (updateManager){
var self=this
wx.showLoading();
//静默下载更新⼩程序新版本
wx.hideLoading()
//新的版本已经下载好,调⽤ applyUpdate 应⽤新版本并重启
updateManager.applyUpdate()
})
// 新的版本下载失败
wx.showModal({
title: '已经有新版本了哟~',
content: '新版本已经上线啦~,请您删除当前⼩程序,重新搜索打开哟~',      })
})
},

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。