获取版本号
2020-10-13 本文已影响0人
一枚小菜
获取版本号,调试时生效
// #ifdef APP-PLUS
plus.runtime.getProperty(plus.runtime.appid, (wgtinfo) => {
console.log(JSON.stringify(wgtinfo));
console.log("版本号", wgtinfo.version); //应用版本号
this.version = wgtinfo.version
})
// #endif