Candy 6 年 前
コミット
d9bb6388a9
1 ファイル変更0 行追加2 行削除
  1. 0 2
      messageApplet/app.js

+ 0 - 2
messageApplet/app.js

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