This commit is contained in:
zhaofang
2022-10-31 17:55:00 +08:00
parent f7aa19a842
commit 632aad177b
8 changed files with 135 additions and 24 deletions

View File

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