sunlupeng 8 tháng trước cách đây
mục cha
commit
9bcc061696
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/views/HomeView/DrawCarouselGame/DrawCarouselGame.vue

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

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