|
|
|
|
22
|
insideArea,
|
22
|
insideArea,
|
23
|
payStatus,
|
23
|
payStatus,
|
24
|
houseId,
|
24
|
houseId,
|
|
|
25
|
+ taHousingResourcesList = [],
|
25
|
buildingImgList = [],
|
26
|
buildingImgList = [],
|
26
|
} = props.summary || {}
|
27
|
} = props.summary || {}
|
27
|
|
28
|
|
28
|
- const title = `${buildingName || ''} ${termName || ''} ${blockName || ''} ${unitName || ''} ${roomName || ' '}`
|
|
|
|
|
29
|
+ const title = `${buildingName || taHousingResourcesList[0].buildingName || ''} ${termName || taHousingResourcesList[0].termName || ''} ${blockName || taHousingResourcesList[0].blockName || ''} ${unitName || taHousingResourcesList[0].unitName || ''} ${roomName || taHousingResourcesList[0].roomName || ' '}`
|
29
|
const thumb = (buildingImgList || []).length
|
30
|
const thumb = (buildingImgList || []).length
|
30
|
const showDT = dayjs(createDate).format('YYYY/MM/DD')
|
31
|
const showDT = dayjs(createDate).format('YYYY/MM/DD')
|
31
|
const wanY = Number(price)
|
32
|
const wanY = Number(price)
|