学习路之uniapp-获取manifest.json中的版本号信息
做版本更新(app升级)时 要使用 manifest.json中的版本号信息 "versionName" : "1.0.1",onLoad() {// 获取本地应用资源版本号plus.runtime.getProperty(plus.runtime.appid, (wgtinfo) => {this.innerVer = wgtinfo.version;this.versionCode =
·
做版本更新(app升级)时 要使用 manifest.json中的版本号信息 "versionName" : "1.0.1",
onLoad() {
// 获取本地应用资源版本号
plus.runtime.getProperty(plus.runtime.appid, (wgtinfo) => {
this.innerVer = wgtinfo.version;
this.versionCode = wgtinfo.versionCode ;
// console.log(innerVer)
})
},
更多推荐
已为社区贡献8条内容
所有评论(0)