问题修改
This commit is contained in:
		
							parent
							
								
									cb9ea64d9b
								
							
						
					
					
						commit
						e03483d16f
					
				
										
											Binary file not shown.
										
									
								
							| @ -433,7 +433,7 @@ struct UserInfo { | |||||||
|   async getExamMode(kStringArr: string[]) { |   async getExamMode(kStringArr: string[]) { | ||||||
|     // @ts-ignore |     // @ts-ignore | ||||||
|     // 满分学习 |     // 满分学习 | ||||||
|     if (this.currentUser.czlx === 1) { |     if (this.currentUser.czlx == "1") { | ||||||
|       this.mode === 5 |       this.mode === 5 | ||||||
|       return |       return | ||||||
|     } |     } | ||||||
|  | |||||||
| @ -1690,7 +1690,7 @@ export default class Judge { | |||||||
|       console.info(judgeTag, '项目状态projectsObj:' + JSON.stringify(projectsObj[projectKey])); |       console.info(judgeTag, '项目状态projectsObj:' + JSON.stringify(projectsObj[projectKey])); | ||||||
|       const {type,isRequired,ykType} = projectsObj[projectKey]; |       const {type,isRequired,ykType} = projectsObj[projectKey]; | ||||||
|       allProjectNum += 1; |       allProjectNum += 1; | ||||||
|       if (type == 3 || type == 4) { |       if (type == 3 || type == 4 || ykType == 3 || ykType == 4) { | ||||||
|         allEndProjectsNum += 1; |         allEndProjectsNum += 1; | ||||||
|       } |       } | ||||||
|       if (isRequired && projectKey != '11') { |       if (isRequired && projectKey != '11') { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user