首页课程排行榜预览

This commit is contained in:
lmj
2022-12-11 15:12:57 +08:00
parent ab7e8546a2
commit e42169429b
3 changed files with 720 additions and 1 deletions

View File

@@ -189,7 +189,9 @@
</div>
</div>
<div class="list-bottom">
<interactBar :type="1" :data="item" :couseViews="false" :shares="false" :views="false"></interactBar>
<couresinteract :type="1" :data="item" ></couresinteract>
<!-- <interactBar :type="1" :data="item" :couseViews="false" :shares="false" :views="false"></interactBar> -->
</div>
</div>
</a>
@@ -467,6 +469,7 @@
import apiUser from '@/api/system/user.js';
import apiCoursePortal from '@/api/modules/coursePortal.js';
import interactBar from '@/components/Portal/interactBar.vue';
import couresinteract from '@/components/Portal/course/couresinteract.vue';
import ad from '@/components/Portal/adFloat.vue';
import courseImage from '@/components/Course/courseImage.vue';
import articleImage from '@/components/Article/articleImage.vue';
@@ -491,6 +494,7 @@
portalFloatTools,
authorInfo,
interactBar,
couresinteract,
courseImage,
InterestCollection,
GuideBox,