소스 검색

春节抽奖

sunlupeng 10 달 전
부모
커밋
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
         };
   },