diff --git a/public/images/homeWu/medal-bg-dlg.png b/public/images/homeWu/medal-bg-dlg.png new file mode 100644 index 00000000..df0e05f4 Binary files /dev/null and b/public/images/homeWu/medal-bg-dlg.png differ diff --git a/public/images/homeWu/medal-day.png b/public/images/homeWu/medal-day.png new file mode 100644 index 00000000..7e7b3a0f Binary files /dev/null and b/public/images/homeWu/medal-day.png differ diff --git a/public/images/homeWu/medal-del.png b/public/images/homeWu/medal-del.png new file mode 100644 index 00000000..4d7d6b2c Binary files /dev/null and b/public/images/homeWu/medal-del.png differ diff --git a/public/images/homeWu/medal-good.png b/public/images/homeWu/medal-good.png new file mode 100644 index 00000000..184894f4 Binary files /dev/null and b/public/images/homeWu/medal-good.png differ diff --git a/public/images/homeWu/medal-study.png b/public/images/homeWu/medal-study.png new file mode 100644 index 00000000..2c5a3eac Binary files /dev/null and b/public/images/homeWu/medal-study.png differ diff --git a/public/images/homeWu/medal-up.png b/public/images/homeWu/medal-up.png new file mode 100644 index 00000000..4e4316fa Binary files /dev/null and b/public/images/homeWu/medal-up.png differ diff --git a/src/components/Portal/medalDlg.vue b/src/components/Portal/medalDlg.vue index 8f6215b5..7e566a96 100644 --- a/src/components/Portal/medalDlg.vue +++ b/src/components/Portal/medalDlg.vue @@ -1,31 +1,139 @@ - diff --git a/src/views/Index.vue b/src/views/Index.vue index f9c38fc4..437a9d29 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -429,6 +429,7 @@ +
@@ -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 },