mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-08 10:26:43 +08:00
课程详细页面,收藏未点亮的问题
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<div class="detail-info">
|
||||
<div class="course-title">
|
||||
<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 class="course-title-right"> -->
|
||||
<!-- <interactBar :readonly="!stuStusts || stuStusts==0" :type="1" :data="courseInfo" :comments="false" :views="false"></interactBar> -->
|
||||
@@ -167,7 +167,7 @@ export default {
|
||||
curContent:{},//当前看的内容目录
|
||||
teachers:[],
|
||||
activeName: "first",
|
||||
stuStusts: null,
|
||||
stuStusts: 1,
|
||||
commentsTtoal:0,
|
||||
toUsers:[],//可以@的用户列表
|
||||
btnName:'开始学习',
|
||||
|
||||
Reference in New Issue
Block a user