sunlupeng 1 год назад
Родитель
Сommit
778f1ad9c1
1 измененных файлов с 1 добавлено и 1 удалено
  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
         };
   },