zlisen 3 年 前
コミット
3796b57c70
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/pages/index/buildingDetail/components/MarketingActivity/index.jsx

+ 1
- 1
src/pages/index/buildingDetail/components/MarketingActivity/index.jsx ファイルの表示

@@ -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
               ))