Browse Source

buildingNmae

xujing 5 years ago
parent
commit
af245dd23a
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/onlineSelling/components/HouseCard/index.js

+ 2
- 1
src/onlineSelling/components/HouseCard/index.js View File

11
     termname,
11
     termname,
12
     blockName,
12
     blockName,
13
     unitName,
13
     unitName,
14
+    floorName,
14
     roomName,
15
     roomName,
15
     price,
16
     price,
16
     housingStatus,
17
     housingStatus,
20
     buildingImgList = [],
21
     buildingImgList = [],
21
   } = props.summary || {}
22
   } = props.summary || {}
22
 
23
 
23
-  const title = `${buildingName} ${termname || ''} ${blockName} ${unitName} ${roomName}`
24
+  const title = `${buildingName || ''} ${termname || ''} ${blockName || ''} ${unitName || ''} ${floorName || ''} ${roomName || ''}`
24
   const thumb = (buildingImgList || []).length
25
   const thumb = (buildingImgList || []).length
25
   const showDT = dayjs(createDate).format('YYYY/MM/DD')
26
   const showDT = dayjs(createDate).format('YYYY/MM/DD')
26
   const wanY = Number(price)
27
   const wanY = Number(price)