소스 검색

2025三八妇女节活动

sunlupeng 9 달 전
부모
커밋
7884ec228d
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      src/assets/image/answerGame/yuanXiaoSignIn/finish.png
  2. 1 1
      src/views/HomeView/DrawCarouselGame/DrawCarouselGame.vue

BIN
src/assets/image/answerGame/yuanXiaoSignIn/finish.png


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

@@ -19,7 +19,7 @@ export default{
   },
   data() {
     return {
-            src: this.$route.query.actId == 37 ? './dailyDrawCarousel.html' : this.$route.query.actId == 8 ? './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
             actId:this.$route.query.actId
         };
   },