sunlupeng 10 месяцев назад
Родитель
Сommit
94ef4e9c49
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/views/HomeView/DrawCarouselGame/DrawCarouselGame.vue

+ 1 - 2
src/views/HomeView/DrawCarouselGame/DrawCarouselGame.vue

@@ -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
         };
   },