From 9d8e258310b3c8a7e517788131106d07c69db403 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Tue, 8 Aug 2023 18:48:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/pageTopBar/pageTopBar.vue | 9 ++++++--- src/components/public/public-list-item.vue | 13 ++++++++++--- src/views/edit.vue | 2 +- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/src/components/pageTopBar/pageTopBar.vue b/src/components/pageTopBar/pageTopBar.vue index d93d009..ac723f5 100644 --- a/src/components/pageTopBar/pageTopBar.vue +++ b/src/components/pageTopBar/pageTopBar.vue @@ -10,7 +10,10 @@ :class="{ 'navigation-text-click': item.key === topTabNum }" v-for="(item, i) in topTab.data" :key="i"> {{ item.name }}
- + + + +
@@ -279,8 +282,8 @@ const goIndex = () => router.push("/") border-bottom: 4px solid rgba(78, 144, 204, 1); } -.top-bg-img-box .info-box .btm-seach-btn-box .tab-btn:hover{ - color:#fff !important; +.top-bg-img-box .info-box .btm-seach-btn-box .tab-btn:hover { + color: #fff !important; } .top-bg-img-box .info-box .btm-seach-btn-box .tab-btn { diff --git a/src/components/public/public-list-item.vue b/src/components/public/public-list-item.vue index 2aaf32a..31ca462 100644 --- a/src/components/public/public-list-item.vue +++ b/src/components/public/public-list-item.vue @@ -24,6 +24,13 @@
{{ listData.gender[data.gender] }}
+
+ {{ data.rentalduration == 0 ? '租期不限' : listData['rentalduration'][data.rentalduration] }} +
+ + + +