|
|
@@ -19,8 +19,7 @@ export default{
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
- // src: this.$route.query.actId == 37 ? './dailyDrawCarousel.html' : this.$route.query.actId == 8 ? './monthlyDrawCarousel.html' : './newYearDrawCarousel.html', //需要加载的子页面url
|
|
|
- src: this.$route.query.actId == 37 ? './dailyDrawCarousel.html' : this.$route.query.actId == 8 ? './monthlyDrawCarousel.html' : '', //需要加载的子页面url
|
|
|
+ src: this.$route.query.actId == 37 ? './dailyDrawCarousel.html' : this.$route.query.actId == 8 ? './monthlyDrawCarousel.html' : this.$route.query.actId == 47 ? './newYearDrawCarousel.html' : '', //需要加载的子页面url
|
|
|
actId:this.$route.query.actId
|
|
|
};
|
|
|
},
|