2025/04/20 修改BUG 7592
parent
c417c4d242
commit
03e36890da
|
@ -103,7 +103,8 @@
|
|||
if (this.$store.getters.getUserInfo.USER_ID) {
|
||||
// 获取系统版本号, 其函数主体在 /utils/updateVersion.js 文件内查找
|
||||
this.fnUpdateVersion(false)
|
||||
this.getUserFaceCompleted()
|
||||
// 应齐津铖要求,临时取消;根据BUG号 7592 人脸更新页面报错
|
||||
// this.getUserFaceCompleted()
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
|
@ -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: ({
|
||||
|
|
Loading…
Reference in New Issue