From 91fdc85e65c32a3e92ac242ee4039e267a16c381 Mon Sep 17 00:00:00 2001 From: XiaoMo Date: Tue, 4 Apr 2023 17:20:11 +0800 Subject: [PATCH] =?UTF-8?q?a1300399510@qq.com=20=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E4=BA=8E=202023/04/04=20-17:20:02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/detail/detailIndex.vue | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/src/views/detail/detailIndex.vue b/src/views/detail/detailIndex.vue index fb04ae9..380dc75 100755 --- a/src/views/detail/detailIndex.vue +++ b/src/views/detail/detailIndex.vue @@ -91,10 +91,17 @@ + +
@@ -285,7 +292,7 @@ export default { shareurl: "", // 分享链接 collegelist: [],// 总结里的 offer 列表数据 tenementKey: [{ // 租房 字段汇总 - key: "type", + key: "typeText", name: "出租方式" }, { key: "rent", @@ -418,7 +425,11 @@ export default { let tenementKey = this.tenementKey let info = { ...this.info, ...res.info } - tenementKey[1].name += info['currency'] ? info['currency'] : '敢于' + + + info['typeText'] = info.gptype + '>>' + info.type + + tenementKey[1].name += info['currency'] ? info['currency'] : '港元' if (info.cityid == 1) info['locationText'] = info.location else info['locationText'] = info.country + '>>' + info.city @@ -761,6 +772,8 @@ export default { .offer-content-item { line-height: .6rem; + align-items: flex-start; + &:not(:last-of-type) { margin-bottom: .52rem; } @@ -775,6 +788,7 @@ export default { .offer-content-value { font-size: .36rem; color: #333; + width: 7.32rem; }