提交勋章调整

This commit is contained in:
daihh
2022-10-31 18:01:15 +08:00
8 changed files with 134 additions and 23 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="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');