zlisen vor 3 Jahren
Ursprung
Commit
3796b57c70

+ 1
- 1
src/pages/index/buildingDetail/components/MarketingActivity/index.jsx Datei anzeigen

@@ -44,7 +44,7 @@ export default function MarketingActivity (props) {
44 44
               dataList.map((item, index) => (
45 45
                 <SwiperItem key={`Banner-${index}`}>
46 46
                   <view className='swiper-item' onClick={() => goDetail(item.dynamicId)}>
47
-                    <Image mode='aspectFill' className='centerLabel' src={getImgURL(item.imgUrl || item.image || item.url || item.img || item.imgUrl || item.detailImg)} />
47
+                    <Image mode='aspectFill' className='centerLabel' src={getImgURL(item.bannerListImg || item.imgUrl || item.image || item.url || item.img || item.imgUrl || item.detailImg)} />
48 48
                   </view>
49 49
                 </SwiperItem>
50 50
               ))