收藏换图标

This commit is contained in:
lmj
2022-12-27 16:09:48 +08:00
parent dbb56d47c2
commit cab2d01cd3
4 changed files with 36 additions and 5 deletions

View File

@@ -183,7 +183,9 @@
</div>
</div>
<div class="list-bottom">
<interactBar :type="1" :data="item" :couseViews="true" :shares="false" :views="false"></interactBar>
<couresinteract :type="1" :data="item" ></couresinteract>
<!-- <interactBar :type="1" :data="item" :couseViews="true" :shares="false" :views="false"></interactBar> -->
</div>
</div>
</a>
@@ -230,7 +232,9 @@
</div>
</div>
<div class="list-bottom">
<interactBar :type="1" :data="item" :couseViews="true" :shares="false" :views="false"></interactBar>
<couresinteract :type="1" :data="item" ></couresinteract>
<!-- <interactBar :type="1" :data="item" :couseViews="true" :shares="false" :views="false"></interactBar> -->
</div>
</div>
</a>
@@ -277,7 +281,8 @@
</div>
</div>
<div class="list-bottom">
<interactBar :type="1" :data="item" :couseViews="true" :shares="false" :views="false"></interactBar>
<couresinteract :type="1" :data="item" ></couresinteract>
<!-- <interactBar :type="1" :data="item" :couseViews="true" :shares="false" :views="false"></interactBar> -->
</div>
</div>
</a>
@@ -298,6 +303,7 @@
</template>
<script>
import { mapGetters, mapActions } from "vuex";
import couresinteract from '@/components/Portal/course/couresinteract.vue';
import portalHeader from "@/components/PortalHeader.vue";
import portalFooter from "@/components/PortalFooter.vue";
import portalFloatTools from "@/components/PortalFloatTools.vue";
@@ -328,6 +334,7 @@ export default {
courseItem,
courseForm,
authorInfo,
couresinteract,
courseImage,
interactBar
},