|
@@ -96,7 +96,7 @@ export default {
|
|
|
});
|
|
|
}
|
|
|
//抽奖
|
|
|
- if(val.type=='3'){
|
|
|
+ if(val.type=='3'&&val.actId!=12){
|
|
|
this.$router.push({
|
|
|
path: '/home/festiveEvents/drawCarouselGame',
|
|
|
query: {
|
|
@@ -104,6 +104,16 @@ export default {
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
+ //春节抽签
|
|
|
+ if(val.actId==12){
|
|
|
+ this.$router.push({
|
|
|
+ path: '/home/festiveEvents/game',
|
|
|
+ query: {
|
|
|
+ url: val.activityUrl,
|
|
|
+ actId:val.actId
|
|
|
+ }
|
|
|
+ });
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
};
|