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 @@
{{ item.name }}
-
{{ info[item.key] }}
-
{{ info[item.key] }}
+
+
+
+
+ {{ it.name }}
+
+
+
+
@@ -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;
}