mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 14:56:44 +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="320px" class="medalbox" :show-close="true" :visible.sync="showLoginMedal" :append-to-body="true" >
|
||||
<div class="medal-img">
|
||||
@@ -459,6 +460,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"
|
||||
@@ -479,7 +481,8 @@
|
||||
interactBar,
|
||||
courseImage,
|
||||
InterestCollection,
|
||||
GuideBox
|
||||
GuideBox,
|
||||
medalDlg
|
||||
},
|
||||
created() {
|
||||
this.$store.dispatch('refrashStudyTaskCount');
|
||||
@@ -501,7 +504,7 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
showLoginMedal:true,//是否显示登录勋章
|
||||
showLoginMedal:false,//是否显示登录勋章
|
||||
lastStudy:{},
|
||||
overlayShow:false,
|
||||
userData: { uvalue:0, totalStudyHour:0 },
|
||||
|
||||
Reference in New Issue
Block a user