@@ -6,8 +6,6 @@ App({
const updateManager = wx.getUpdateManager()
updateManager.onCheckForUpdate(function (res) {
// 请求完新版本信息的回调
-
if (res.hasUpdate) {
updateManager.onUpdateReady(function () {
wx.showModal({