康凯
2022-05-23 db2f5ec6d7eeff6d7cc67a846be6e22cf3636edc
bug:没有内容时,提示“暂无内容”
8 files modified
32 ■■■■ changed files
src/views/memory/detailImage.vue 4 ●●●● patch | view | raw | blame | history
src/views/memory/detailvideo.vue 4 ●●●● patch | view | raw | blame | history
src/views/personage/detailImage.vue 4 ●●●● patch | view | raw | blame | history
src/views/personage/detailvideo.vue 4 ●●●● patch | view | raw | blame | history
src/views/scenery/detailImage.vue 4 ●●●● patch | view | raw | blame | history
src/views/scenery/detailvideo.vue 4 ●●●● patch | view | raw | blame | history
src/views/spirit/detailImage.vue 4 ●●●● patch | view | raw | blame | history
src/views/spirit/detailvideo.vue 4 ●●●● patch | view | raw | blame | history
src/views/memory/detailImage.vue
@@ -15,10 +15,10 @@
      <div class="line"></div>
      <mt-tab-container v-model="navIndex">
        <mt-tab-container-item id="1">
          {{ image.keyWord }}
                    {{ image.keyWord == "" ? "暂无内容" : image.keyWord }}
        </mt-tab-container-item>
        <mt-tab-container-item id="2">
          {{ image.introduction }}
                    {{ image.introduction == "" ? "暂无内容" : image.introduction }}
        </mt-tab-container-item>
      </mt-tab-container>
    </div>
src/views/memory/detailvideo.vue
@@ -12,10 +12,10 @@
      </mt-navbar>
      <mt-tab-container v-model="navIndex">
        <mt-tab-container-item id="1">
          {{ video.keyWord }}
                    {{ video.keyWord == ""?"暂无内容": video.keyWord}}
        </mt-tab-container-item>
        <mt-tab-container-item id="2">
          {{ video.introduction }}
                    {{ video.introduction == ""?"暂无内容": video.introduction}}
        </mt-tab-container-item>
      </mt-tab-container>
    </div>
src/views/personage/detailImage.vue
@@ -15,10 +15,10 @@
      <div class="line"></div>
      <mt-tab-container v-model="navIndex">
        <mt-tab-container-item id="1">
          {{ image.keyWord }}
                    {{ image.keyWord == "" ? "暂无内容" : image.keyWord }}
        </mt-tab-container-item>
        <mt-tab-container-item id="2">
          {{ image.introduction }}
                    {{ image.introduction == "" ? "暂无内容" : image.introduction }}
        </mt-tab-container-item>
      </mt-tab-container>
    </div>
src/views/personage/detailvideo.vue
@@ -12,10 +12,10 @@
      </mt-navbar>
      <mt-tab-container v-model="navIndex">
        <mt-tab-container-item id="1">
          {{ video.keyWord }}
                    {{ video.keyWord == ""?"暂无内容": video.keyWord}}
        </mt-tab-container-item>
        <mt-tab-container-item id="2">
          {{ video.introduction }}
                    {{ video.introduction == ""?"暂无内容": video.introduction}}
        </mt-tab-container-item>
      </mt-tab-container>
    </div>
src/views/scenery/detailImage.vue
@@ -16,10 +16,10 @@
      <div class="line"></div>
      <mt-tab-container v-model="navIndex">
        <mt-tab-container-item id="1">
          {{ image.keyWord }}
                    {{ image.keyWord == "" ? "暂无内容" : image.keyWord }}
        </mt-tab-container-item>
        <mt-tab-container-item id="2">
          {{ image.introduction }}
                    {{ image.introduction == "" ? "暂无内容" : image.introduction }}
        </mt-tab-container-item>
      </mt-tab-container>
    </div>
src/views/scenery/detailvideo.vue
@@ -12,10 +12,10 @@
      </mt-navbar>
      <mt-tab-container v-model="navIndex">
        <mt-tab-container-item id="1">
          {{ video.keyWord }}
          {{ video.keyWord == ""?"暂无内容": video.keyWord}}
        </mt-tab-container-item>
        <mt-tab-container-item id="2">
          {{ video.introduction }}
          {{ video.introduction == ""?"暂无内容": video.introduction}}
        </mt-tab-container-item>
      </mt-tab-container>
    </div>
src/views/spirit/detailImage.vue
@@ -15,10 +15,10 @@
      <div class="line"></div>
      <mt-tab-container v-model="navIndex">
        <mt-tab-container-item id="1">
          {{ image.keyWord }}
                    {{ image.keyWord == "" ? "暂无内容" : image.keyWord }}
        </mt-tab-container-item>
        <mt-tab-container-item id="2">
          {{ image.introduction }}
                    {{ image.introduction == "" ? "暂无内容" : image.introduction }}
        </mt-tab-container-item>
      </mt-tab-container>
    </div>
src/views/spirit/detailvideo.vue
@@ -12,10 +12,10 @@
      </mt-navbar>
      <mt-tab-container v-model="navIndex">
        <mt-tab-container-item id="1">
          {{ video.keyWord }}
                    {{ video.keyWord == ""?"暂无内容": video.keyWord}}
        </mt-tab-container-item>
        <mt-tab-container-item id="2">
          {{ video.introduction }}
                    {{ video.introduction == ""?"暂无内容": video.introduction}}
        </mt-tab-container-item>
      </mt-tab-container>
    </div>