mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-03-11 18:35:51 +00:00
🐛 修复轮播图无非跳转链接的问题
This commit is contained in:
parent
9f76aa122b
commit
932c9bb816
@ -10,7 +10,9 @@ const XCarousel = memo((props: ICarouselConfig) => {
|
||||
return imgList.map((item, i) => {
|
||||
return (
|
||||
<div className={styles.carousel__item__pic} key={+i}>
|
||||
<img src={item.imgUrl.length > 0 ? item.imgUrl[0].url : ''} alt="" />
|
||||
<a href={item.link}>
|
||||
<img src={item.imgUrl.length > 0 ? item.imgUrl[0].url : ''} alt="" />
|
||||
</a>
|
||||
</div>
|
||||
);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user