闫增涛
2024-05-14 9b55b510a461c6a7681be500540db4f3a405efdb
src/books/childHealth/view/content/index.vue
@@ -2,7 +2,6 @@
  <div class="page-content">
    <pageHeader v-if="showCatalogList.indexOf(0) > -1"></pageHeader>
    <chapterOne v-if="showCatalogList.indexOf(1) > -1"></chapterOne>
    <chapterOne v-if="showCatalogList.indexOf(1) > -1"></chapterOne>
    <chapterTwo v-if="showCatalogList.indexOf(2) > -1"></chapterTwo>
    <chapterThree v-if="showCatalogList.indexOf(3) > -1"></chapterThree>
    <chapterFour v-if="showCatalogList.indexOf(4) > -1"></chapterFour>
@@ -43,7 +42,7 @@
    };
  },
  mounted() {
    this.showCatalogList = [0];
    this.showCatalogList = [1];
  },
  methods: {},
  components: {