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 && ( -