增加了分享

This commit is contained in:
daihh
2022-10-23 17:22:46 +08:00
parent 5c3cdd7080
commit bf5a9c394c
2 changed files with 1 additions and 2 deletions

View File

@@ -8,7 +8,6 @@
<div class="xcontent2-main" style="margin-right: 30px;" > <div class="xcontent2-main" style="margin-right: 30px;" >
<div v-if="noData" > <div v-if="noData" >
<!--文章详细内容--> <!--文章详细内容-->
<div class="detail"> <div class="detail">
<div class="xpage-detail-crumbs"> <div class="xpage-detail-crumbs">
<router-link to="/article"><span class="crumbs-first">文章列表</span></router-link> <router-link to="/article"><span class="crumbs-first">文章列表</span></router-link>

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="false" :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> -->