@@ -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) => {