From 932c9bb816d8577857814687297f1bee9a33fbbe Mon Sep 17 00:00:00 2001 From: xujiang Date: Tue, 1 Dec 2020 13:23:05 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D=E8=BD=AE=E6=92=AD?= =?UTF-8?q?=E5=9B=BE=E6=97=A0=E9=9D=9E=E8=B7=B3=E8=BD=AC=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BasicShop/BasicComponents/Carousel/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/BasicShop/BasicComponents/Carousel/index.tsx b/src/components/BasicShop/BasicComponents/Carousel/index.tsx index fd009d6..16af599 100644 --- a/src/components/BasicShop/BasicComponents/Carousel/index.tsx +++ b/src/components/BasicShop/BasicComponents/Carousel/index.tsx @@ -10,7 +10,9 @@ const XCarousel = memo((props: ICarouselConfig) => { return imgList.map((item, i) => { return (
- 0 ? item.imgUrl[0].url : ''} alt="" /> + + 0 ? item.imgUrl[0].url : ''} alt="" /> +
); });