mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 14:26:43 +08:00
提交勋章调整
This commit is contained in:
@@ -429,6 +429,7 @@
|
||||
<portalFloatTools></portalFloatTools>
|
||||
<interest-Collection ref="userCollection"></interest-Collection> <!-- 兴趣偏好 -->
|
||||
<guide-box ref="guide" @close="closeGuide"></guide-box> <!-- 引导页 -->
|
||||
<medalDlg></medalDlg>
|
||||
<!--登录勋章-->
|
||||
<el-dialog width="540px" class="medalbox" :visible.sync="showLoginMedal" :append-to-body="true" >
|
||||
<div class="jinian-medal-img" :style="`background: url(${webBaseUrl}/images/jinian_medal.png) no-repeat;`">
|
||||
@@ -467,6 +468,7 @@
|
||||
import articleImage from '@/components/Article/articleImage.vue';
|
||||
import InterestCollection from '@/components/Portal/interestCollection.vue'
|
||||
import GuideBox from '@/components/Portal/guideBox.vue'
|
||||
import medalDlg from '@/components/Portal/medalDlg.vue'
|
||||
import { toScore,formatUserNumber,cutOrgNamePath} from '@/utils/tools.js';
|
||||
import {swiper,swiperSlide} from 'vue-awesome-swiper';
|
||||
import apiPlace from "@/api/phase2/place.js"
|
||||
@@ -487,7 +489,8 @@
|
||||
interactBar,
|
||||
courseImage,
|
||||
InterestCollection,
|
||||
GuideBox
|
||||
GuideBox,
|
||||
medalDlg
|
||||
},
|
||||
created() {
|
||||
this.$store.dispatch('refrashStudyTaskCount');
|
||||
|
||||
Reference in New Issue
Block a user