From 97936c37a97410a58c6ed1a0970a9e67e3279cd8 Mon Sep 17 00:00:00 2001 From: luJianJun <2587063613@qq.com> Date: Wed, 9 Aug 2023 16:25:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B1=82=E6=88=BF=E6=BA=90=E5=88=97=E8=A1=A8?= =?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/biserialListItem/biserialListItem.vue | 4 ++-- src/components/indexWaterfallBox/indexWaterfallBox.vue | 2 +- src/views/detail.vue | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/biserialListItem/biserialListItem.vue b/src/components/biserialListItem/biserialListItem.vue index e156c7b..a087f33 100644 --- a/src/components/biserialListItem/biserialListItem.vue +++ b/src/components/biserialListItem/biserialListItem.vue @@ -123,8 +123,8 @@ data && data.data.intermediary_text }} -
{{ - listData && listData.data && listData.data.gender[data && data.data && data.data.gender] +
{{ + listData && listData.data && listData.data.gender[data && data.data && data.data.publishergender] }}
diff --git a/src/components/indexWaterfallBox/indexWaterfallBox.vue b/src/components/indexWaterfallBox/indexWaterfallBox.vue index 14f8ca2..ce2c269 100644 --- a/src/components/indexWaterfallBox/indexWaterfallBox.vue +++ b/src/components/indexWaterfallBox/indexWaterfallBox.vue @@ -187,7 +187,7 @@ watchEffect(()=>{ } .waterfall-box-housing { - border-radius: 16px 16px 35px 16px !important; + border-radius: 16px 16px 16px 16px !important; } .no-click{ diff --git a/src/views/detail.vue b/src/views/detail.vue index bc46e50..4e76d5f 100644 --- a/src/views/detail.vue +++ b/src/views/detail.vue @@ -309,7 +309,7 @@
+ v-if="housingInfo['data'] && housingInfo['data'].info.gender">
同住人性别要求
@@ -318,22 +318,22 @@ indexData['data'] && indexData['data']['config'] && indexData['data']['config']['gender'][housingInfo['data'] && - housingInfo['data'].info.publishergender] + housingInfo['data'].info.gender] }}
+ v-if="housingInfo['data'] && housingInfo['data'].info.publishergender">
发布者性别
{{ - housingInfo['data'] && housingInfo['data'].info.gender ? + housingInfo['data'] && housingInfo['data'].info.publishergender ? indexData['data'] && indexData['data']['config'] && indexData['data']['config']['gender'][housingInfo['data'] && - housingInfo['data'].info.gender] : + housingInfo['data'].info.publishergender] : '不限' }}