소스 검색

七夕活动修改

sunlupeng 1 년 전
부모
커밋
53061de1eb
1개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  1. 10 1
      src/views/HomeView/FestiveEvents.vue

+ 10 - 1
src/views/HomeView/FestiveEvents.vue

@@ -95,7 +95,7 @@ export default {
                     }
                 });
             }
-             //元宵节
+             //元宵节答题
              if(val.actId==13){
                 this.$router.push({
                     path: '/home/festiveEvents/lanternFestival',
@@ -104,6 +104,15 @@ export default {
                     }
                 });
             }
+            //七夕节答题
+            if(val.actId==14){
+                this.$router.push({
+                    path: '/home/festiveEvents/qiXiGame',
+                    query: {
+                        actId:val.actId
+                    }
+                });
+            }
             //抽奖
             if(val.type=='3'&&val.actId!=12){
                 this.$router.push({