Kaynağa Gözat

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

wenliming 2 yıl önce
ebeveyn
işleme
5248c19f74

BIN
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)