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) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user