|
@@ -53,8 +53,7 @@ export default defineComponent({
|
|
|
query: {
|
|
|
...query,
|
|
|
id: query.lessonCoursewareDetailId,
|
|
|
- kId: n.knowledgePointId,
|
|
|
- mId: n.id
|
|
|
+ kId: n.id
|
|
|
}
|
|
|
})
|
|
|
}
|
|
@@ -76,7 +75,7 @@ export default defineComponent({
|
|
|
</div>
|
|
|
)}
|
|
|
<CellGroup inset>
|
|
|
- <Cell
|
|
|
+ {/* <Cell
|
|
|
title="胜强测试"
|
|
|
isLink
|
|
|
center
|
|
@@ -89,7 +88,7 @@ export default defineComponent({
|
|
|
<Image style={{ marginRight: '12px' }} width={36} height={36} src={icons.music} />
|
|
|
)
|
|
|
}}
|
|
|
- </Cell>
|
|
|
+ </Cell> */}
|
|
|
{data.knowledgePointList.map((item: any) => {
|
|
|
return (
|
|
|
<>
|