فهرست منبع

hdPad 版本升级使用内部版本号

shizhongqi 4 سال پیش
والد
کامیت
0ceb43630f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      hdPad/src/mixins/autoUpdate.js

+ 1 - 1
hdPad/src/mixins/autoUpdate.js

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