Candy 6 years ago
parent
commit
d9bb6388a9
1 changed files with 0 additions and 2 deletions
  1. 0 2
      messageApplet/app.js

+ 0 - 2
messageApplet/app.js

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