瀏覽代碼

Merge branch 'dev_1.1.7' of https://git.yishihui.com/DeNet/de-net into dev_1.1.7

wenliming 2 年之前
父節點
當前提交
5248c19f74
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 二進制
      src/assets/img/icon-treasure-box.png
  2. 1 2
      src/entry/background.js

二進制
src/assets/img/icon-treasure-box.png


+ 1 - 2
src/entry/background.js

@@ -150,7 +150,7 @@ function onInstalledMethod({ id, previousVersion, reason }) {
             previousVersion,
             reason,
             funcName: 'onInstalledMethodCallback'
-        });
+        })
         // 3.onInstalledMethod 执行了那个
         // 版本更新判断
         getChromeStorage('baseInfo', (info) => {
@@ -173,7 +173,6 @@ function onInstalledMethod({ id, previousVersion, reason }) {
                 thenInstalledMethod()
             }
             console.log('1-appVersionCode', appVersionCode)
-            console.log('1-info.appVersionCode', info.appVersionCode)
             console.log('1-info', info)
         })
         console.log('2-appVersionCode', appVersionCode)