提交 0206ef8d authored 作者: 王鹏飞's avatar 王鹏飞

feat:课程详情页面增加继续学习按钮功能

上级 8f720c39
......@@ -5,7 +5,7 @@
<div class="box-thd">
<div class="title" @click="noWantThisCourse">
{{ headerInfo.title }}
<!--
<template v-if='headerInfo.isStart && tabs[1].chapterList.currentChapter'>
<el-button class="rbtn" type="primary" size="mini" @click='startLearn(tabs[1].chapterList.currentChapter)'>继续学习</el-button>
</template>
......@@ -14,7 +14,7 @@
</template>
<template v-else>
<el-button class="rbtn" type="primary" size="mini" @click='wantThisCourse'>选课</el-button>
</template> -->
</template>
</div>
<div class="tags">
<template v-for="(item1, index) in headerInfo.arrTab">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论