mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
收藏换图标
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user