Browse Source

静态页面

1002884655 3 years ago
parent
commit
e709047a07
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/components/ProjectListItem/index.jsx

+ 1
- 1
src/components/ProjectListItem/index.jsx View File

@@ -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')} />