From fb612d1f3f5022f59ec182dcd5369a931858c8b8 Mon Sep 17 00:00:00 2001 From: jingrow Date: Sun, 24 Aug 2025 21:59:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BA=A7=E5=93=81=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E4=B8=BB=E5=9B=BE=E4=B8=8A=E7=9A=84=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E8=AE=A1=E6=95=B0=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/products/ProductImageGallery.jsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/components/products/ProductImageGallery.jsx b/components/products/ProductImageGallery.jsx index 37acb99..a4b88d3 100644 --- a/components/products/ProductImageGallery.jsx +++ b/components/products/ProductImageGallery.jsx @@ -181,13 +181,6 @@ const ProductImageGallery = ({ data }) => { loading="lazy" /> - {/* 图片计数器 */} - {data.attachments.length > 1 && ( -
- {currentImageIndex + 1} / {data.attachments.length} -
- )} - {/* 导航箭头 - 悬浮时显示 */} {data.attachments.length > 1 && ( <>