课程详细页面,收藏未点亮的问题

This commit is contained in:
daihh
2022-10-26 13:10:47 +08:00
parent 122233c4e0
commit 3fccb45194

View File

@@ -25,7 +25,7 @@
<div class="detail-info"> <div class="detail-info">
<div class="course-title"> <div class="course-title">
<div class="title"> {{courseInfo.name}}</div> <div class="title"> {{courseInfo.name}}</div>
<interactBar :readonly="!stuStusts || stuStusts==0" :type="1" :data="courseInfo" :praises="true" :comments="false" :views="false"></interactBar> <interactBar :readonly="!stuStusts || stuStusts==0" :type="1" :data="courseInfo" :praises="true" :comments="false" :views="false"></interactBar>
</div> </div>
<!-- <div class="course-title-right"> --> <!-- <div class="course-title-right"> -->
<!-- <interactBar :readonly="!stuStusts || stuStusts==0" :type="1" :data="courseInfo" :comments="false" :views="false"></interactBar> --> <!-- <interactBar :readonly="!stuStusts || stuStusts==0" :type="1" :data="courseInfo" :comments="false" :views="false"></interactBar> -->
@@ -167,7 +167,7 @@ export default {
curContent:{},//当前看的内容目录 curContent:{},//当前看的内容目录
teachers:[], teachers:[],
activeName: "first", activeName: "first",
stuStusts: null, stuStusts: 1,
commentsTtoal:0, commentsTtoal:0,
toUsers:[],//可以@的用户列表 toUsers:[],//可以@的用户列表
btnName:'开始学习', btnName:'开始学习',