|
|
@@ -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({
|