sunlupeng vor 1 Jahr
Ursprung
Commit
778f1ad9c1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/HomeView/DrawCarouselGame/DrawCarouselGame.vue

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

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