|
@@ -193,8 +193,8 @@ export default {
|
|
|
}
|
|
}
|
|
|
//抽奖
|
|
//抽奖
|
|
|
if(val.type=='3'){
|
|
if(val.type=='3'){
|
|
|
- //春节抽签(12-2024年 46-2025年)
|
|
|
|
|
- if(val.actId==12 || val.actId==46){
|
|
|
|
|
|
|
+ //春节抽签(12-2024年 46-2025年 55-2026年)
|
|
|
|
|
+ if(val.actId==12 || val.actId==46 || val.actId==55){
|
|
|
this.$router.push({
|
|
this.$router.push({
|
|
|
path: '/home/festiveEvents/game',
|
|
path: '/home/festiveEvents/game',
|
|
|
query: {
|
|
query: {
|