2025/04/20 修改BUG 7592
							parent
							
								
									c417c4d242
								
							
						
					
					
						commit
						03e36890da
					
				| 
						 | 
					@ -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: {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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: ({
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue