shizhongqi 4 лет назад
Родитель
Сommit
8a4378c4a5
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      ghsApp/src/mixins/autoUpdate.js

+ 0 - 2
ghsApp/src/mixins/autoUpdate.js

@@ -10,8 +10,6 @@ export default {
         // #ifdef APP-PLUS
         plus.runtime.getProperty(plus.runtime.appid,(wgtinfo)=>{
             this.version = wgtinfo.versionCode
-            console.log(this.version)
-            console.log(wgtinfo)
         });
         uni.getSystemInfo({
             success:(res) => {