2025/04/20 修改BUG 7592

hyx_2025-01-13_xgf2.0
zhaohongyu 2025-04-20 17:59:16 +08:00
parent 4d7c70aeaf
commit c417c4d242
1 changed files with 2 additions and 1 deletions

View File

@ -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: ({