@@ -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 },