From 03e36890da01dd02f5707c1149bcf01e75fe4af4 Mon Sep 17 00:00:00 2001 From: zhaohongyu Date: Sun, 20 Apr 2025 19:20:17 +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 --- pages/index/index.vue | 3 ++- utils/updateVersion.js | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index a38c1f6..a1c3757 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -103,7 +103,8 @@ if (this.$store.getters.getUserInfo.USER_ID) { // 获取系统版本号, 其函数主体在 /utils/updateVersion.js 文件内查找 this.fnUpdateVersion(false) - this.getUserFaceCompleted() + // 应齐津铖要求,临时取消;根据BUG号 7592 人脸更新页面报错 + // this.getUserFaceCompleted() } }, methods: { diff --git a/utils/updateVersion.js b/utils/updateVersion.js index f05b842..3965a47 100644 --- a/utils/updateVersion.js +++ b/utils/updateVersion.js @@ -21,8 +21,7 @@ const updateVersion = { // #ifdef APP-PLUS let resData = await getVersion() if (resData.pd) { - // 应齐津铖要求,临时取消;根据BUG号 7592 人脸更新页面报错 - if (plus.runtime.version != resData.pd.VERSION && false ) { + if (plus.runtime.version != resData.pd.VERSION) { this.updateVersion.newVersionUrl = this.$filePath + resData.pd.FILEURL uni.getNetworkType({ success: ({