2025/04/20 修改BUG 7592

hyx_2025-01-13_xgf2.0
zhaohongyu 2025-04-20 19:20:17 +08:00
parent c417c4d242
commit 03e36890da
2 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,8 @@
if (this.$store.getters.getUserInfo.USER_ID) { if (this.$store.getters.getUserInfo.USER_ID) {
// , /utils/updateVersion.js // , /utils/updateVersion.js
this.fnUpdateVersion(false) this.fnUpdateVersion(false)
this.getUserFaceCompleted() // ;BUG 7592
// this.getUserFaceCompleted()
} }
}, },
methods: { methods: {

View File

@ -21,8 +21,7 @@ const updateVersion = {
// #ifdef APP-PLUS // #ifdef APP-PLUS
let resData = await getVersion() let resData = await getVersion()
if (resData.pd) { if (resData.pd) {
// 应齐津铖要求,临时取消;根据BUG号 7592 人脸更新页面报错 if (plus.runtime.version != resData.pd.VERSION) {
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: ({