sunlupeng 1 年之前
父节点
当前提交
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
         };
   },