From c417c4d242cfd3d82b53e71b81b46ff62cc5d54c Mon Sep 17 00:00:00 2001 From: zhaohongyu Date: Sun, 20 Apr 2025 17:59:16 +0800 Subject: [PATCH] =?UTF-8?q?2025/04/20=20=E4=BF=AE=E6=94=B9BUG=207592?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/updateVersion.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/updateVersion.js b/utils/updateVersion.js index 3965a47..f05b842 100644 --- a/utils/updateVersion.js +++ b/utils/updateVersion.js @@ -21,7 +21,8 @@ const updateVersion = { // #ifdef APP-PLUS let resData = await getVersion() 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 uni.getNetworkType({ success: ({