Browse Source

七夕活动修改

sunlupeng 1 year ago
parent
commit
53061de1eb
1 changed files with 10 additions and 1 deletions
  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({