|
@@ -12,7 +12,7 @@ export default function ProjectListItem (props) {
|
12
|
12
|
<view className='components ProjectListItem flex-h' onClick={() => { Taro.navigateTo({ url: `/pages/index/buildingDetail/index?id=${Data.buildingId}` }) }}>
|
13
|
13
|
<view className='Img'>
|
14
|
14
|
<view>
|
15
|
|
- <Image mode='aspectFill' className='centerLabel' src={getImgURL((Data?.buildingListImg || []).length ? Data.buildingListImg[0].url : null)} />
|
|
15
|
+ <Image mode='aspectFill' className='centerLabel' src={getImgURL((Data?.buildingListImg || []).length ? Data.buildingListImg[0].url : Data.activityImg || null)} />
|
16
|
16
|
{
|
17
|
17
|
(Data?.panoramaList || []).length > 0 &&
|
18
|
18
|
<Image mode='heightFix' className='Tips Vr' src={require('@/assets/index-icon18.png')} />
|