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