This commit is contained in:
yanran200730
2023-03-24 08:55:26 +08:00
parent e030c693b4
commit a703350639
2 changed files with 5 additions and 2 deletions

View File

@@ -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) {