diff --git a/src/views/Index.vue b/src/views/Index.vue index f9c38fc4..0fc424c7 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -430,10 +430,18 @@ - -
+ +
- + + + +
+
+
感谢有你 一路相办
+
勋章领取条件:
+
2022年10月31日-11月15日登录过平台学习的校友
+
@@ -501,10 +509,14 @@ }, data() { return { - showLoginMedal:true,//是否显示登录勋章 + showLoginMedal:false,//是否显示登录勋章 + medalTips:[ + {medalId:1,medalLevel:5}, + {medalId:3,medalLevel:4} + ], lastStudy:{}, overlayShow:false, - userData: { uvalue:0, totalStudyHour:0 }, + userData: { uvalue:0, totalStudyHour:0}, userHobby:{ needShow:false, localKeyPre:'user-hobby-' //本地存储的key @@ -518,7 +530,7 @@ Popularity: [], scorelist: [], resonimg: [], - swiperOptiontwo: { + swiperOptiontwo: { autoplay: false, // noSwiping: true, }, @@ -628,10 +640,13 @@ } }, methods: { + closeJinian(){ + this.showLoginMedal=false; + }, banJump(item) { window.open(item.JumpUrl); }, - // 上次学习记录 + //上次学习记录 getLastStudy() { apiCourseStudy.lastStudy().then(res => { if (res.status === 200) { @@ -1061,8 +1076,35 @@