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

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

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