bug
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| <template> | ||||
|   <ai-detail> | ||||
|     <template slot="title"> | ||||
|       <ai-title title="学习记录" isShowBack isShowBottomBorder @onBackClick="cancel(false)"> | ||||
|       <ai-title title="考试详情" isShowBack isShowBottomBorder @onBackClick="cancel(false)"> | ||||
|       </ai-title> | ||||
|     </template> | ||||
|     <template slot="content"> | ||||
| @@ -124,7 +124,8 @@ | ||||
|           params: { | ||||
|             ...this.search2, | ||||
|             bizType: 1, | ||||
|             openId: this.params.openId | ||||
|             openId: this.params.openId, | ||||
|             bizId: this.params.id | ||||
|           } | ||||
|         }).then(res => { | ||||
|           if (res.code == 0) { | ||||
|   | ||||
| @@ -15,6 +15,8 @@ | ||||
|             <ai-info-item label="选题方式" isLine :value="dict.getLabel('qjEIChooseType', info.chooseType)"> | ||||
|             </ai-info-item> | ||||
|             <ai-info-item label="考试类型" isLine :value="dict.getLabel('qjExaminationType', info.examinationType)"></ai-info-item> | ||||
|             <ai-info-item label="考试学时" :value="info.examinationDuration"></ai-info-item> | ||||
|             <ai-info-item label="关联证书" :value="info.certificateName"></ai-info-item> | ||||
|             <ai-info-item label="试题总数" :value="info.questions && info.questions.length"></ai-info-item> | ||||
|             <ai-info-item label="总分数" :value="info.subjectScore"></ai-info-item> | ||||
|             <ai-info-item label="考试人数" :value="info.examinationNumber"></ai-info-item> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user