fix:删除plus.runtime.version覆盖,只取manifest.json的versionName
This commit is contained in:
parent
34220db758
commit
3cfcd53b73
@ -150,12 +150,6 @@
|
||||
uni.setNavigationBarTitle({
|
||||
title: '入库助手'
|
||||
})
|
||||
// App 原生模式优先使用 plus.runtime.version
|
||||
try {
|
||||
if (typeof plus !== 'undefined' && plus.runtime && plus.runtime.version) {
|
||||
this.appVersion = plus.runtime.version
|
||||
}
|
||||
} catch (e) {}
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user