diff --git a/src/components/popupSelectColor/index.tsx b/src/components/popupSelectColor/index.tsx index 63d9ee3..3ab8923 100644 --- a/src/components/popupSelectColor/index.tsx +++ b/src/components/popupSelectColor/index.tsx @@ -137,7 +137,7 @@ const ColorSelectItem = memo((props: ColorItemCom) => { return onSelect?.(item)}> diff --git a/src/pages/details/index.tsx b/src/pages/details/index.tsx index 7450fb3..1f857bb 100644 --- a/src/pages/details/index.tsx +++ b/src/pages/details/index.tsx @@ -406,7 +406,7 @@ const Details = (props: Params) => {