diff --git a/src/components/shoppingCart/index.tsx b/src/components/shoppingCart/index.tsx index 4d86af1..1a4711f 100644 --- a/src/components/shoppingCart/index.tsx +++ b/src/components/shoppingCart/index.tsx @@ -145,22 +145,24 @@ export default memo(forwardRef((props: prosObj, ref) => { ) })} - - - 颜色分类({goodList?.length}) - - {modeFont == 0 ? '大货' : modeFont == 1 ? '剪版' : '散剪'}单位:{showModefont} - - - - + + + + 颜色分类({goodList?.length}) + + {modeFont == 0 ? '大货' : modeFont == 1 ? '剪版' : '散剪'}单位:{showModefont} + + + + + {goodList.length > 0 && ( <>