|
|
@ -16,18 +16,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
// 小程序有新版本,则静默下载新版本,做好更新准备 |
|
|
|
// 小程序有新版本,则静默下载新版本,做好更新准备 |
|
|
|
updateManager.onUpdateReady(function (res) { |
|
|
|
updateManager.onUpdateReady(function (res) { |
|
|
|
console.log('onUpdateReady', res); |
|
|
|
updateManager.applyUpdate() |
|
|
|
uni.showModal({ |
|
|
|
|
|
|
|
title: '更新提示', |
|
|
|
|
|
|
|
content: '新版本已经准备好,点击确定重新启动', |
|
|
|
|
|
|
|
showCancel:false, |
|
|
|
|
|
|
|
success(res) { |
|
|
|
|
|
|
|
if (res.confirm) { |
|
|
|
|
|
|
|
// 新的版本已经下载好,调用 applyUpdate 应用新版本并重启 |
|
|
|
|
|
|
|
updateManager.applyUpdate(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
updateManager.onUpdateFailed(function (res) { |
|
|
|
updateManager.onUpdateFailed(function (res) { |
|
|
|