...
|
...
|
@@ -14,7 +14,7 @@ App({ |
|
|
content: '新版本已经准备好,是否重启应用?',
|
|
|
success: function (res) {
|
|
|
console.log('success====', res)
|
|
|
// res: {errMsg: "showModal: ok", cancel: false, confirm: true}
|
|
|
// res: {errMsg: "showModal: ok", cancel: false, confirm: true}
|
|
|
if (res.confirm) {
|
|
|
// 新的版本已经下载好,调用 applyUpdate 应用新版本并重启
|
|
|
updateManager.applyUpdate()
|
...
|
...
|
|