|
@@ -257,8 +257,8 @@ export default class TopPie extends Component {
|
|
|
} else {
|
|
|
FHstr = '中低层'
|
|
|
}
|
|
|
- if (FH === 1) FHstr = '一楼'
|
|
|
- if (FH === H) FHstr = '顶楼'
|
|
|
+ if (FH === 1) FHstr = '低层'
|
|
|
+ if (FH === H) FHstr = '高层'
|
|
|
}
|
|
|
const cTagStr = item.custom_tag || ''
|
|
|
const tagViews = cTagStr.split(',').map((tag, tagIndex) => {
|