2025/04/20 修改BUG 7592
parent
4d7c70aeaf
commit
c417c4d242
|
@ -21,7 +21,8 @@ const updateVersion = {
|
||||||
// #ifdef APP-PLUS
|
// #ifdef APP-PLUS
|
||||||
let resData = await getVersion()
|
let resData = await getVersion()
|
||||||
if (resData.pd) {
|
if (resData.pd) {
|
||||||
if (plus.runtime.version != resData.pd.VERSION) {
|
// 应齐津铖要求,临时取消;根据BUG号 7592 人脸更新页面报错
|
||||||
|
if (plus.runtime.version != resData.pd.VERSION && false ) {
|
||||||
this.updateVersion.newVersionUrl = this.$filePath + resData.pd.FILEURL
|
this.updateVersion.newVersionUrl = this.$filePath + resData.pd.FILEURL
|
||||||
uni.getNetworkType({
|
uni.getNetworkType({
|
||||||
success: ({
|
success: ({
|
||||||
|
|
Loading…
Reference in New Issue