From ef6159d225ce3c085031b7670e651c367dc6cb9b Mon Sep 17 00:00:00 2001
From: 康凯 <kangk26@foxmail.com>
Date: Mon, 23 May 2022 19:55:07 +0800
Subject: [PATCH] 样式
---
src/views/scenery/detailvideo.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/scenery/detailvideo.vue b/src/views/scenery/detailvideo.vue
index f755c4c..e87a6c4 100644
--- a/src/views/scenery/detailvideo.vue
+++ b/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>
--
Gitblit v1.9.3