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