From 36605f5b2390dc76411f550f3830d81c1ef63d85 Mon Sep 17 00:00:00 2001 From: xuan Date: Tue, 15 Nov 2022 17:31:51 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=E8=B4=AD=E7=89=A9=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2):=20=E4=BF=AE=E5=A4=8D=E6=95=A3=E5=89=AA=E5=8D=95?= =?UTF-8?q?=E4=BB=B7=E7=9A=84=E5=8D=95=E4=BD=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/shopping/components/colorKindItem/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/shopping/components/colorKindItem/index.tsx b/src/pages/shopping/components/colorKindItem/index.tsx index 97e2a67..419fb76 100644 --- a/src/pages/shopping/components/colorKindItem/index.tsx +++ b/src/pages/shopping/components/colorKindItem/index.tsx @@ -120,7 +120,7 @@ let ColorKindItem: FC = props => { - ¥ {formatPrice(itemData.sale_price)}/{itemData.sale_mode == EnumSaleMode.Bulk ? 'kg' : '米'} + ¥ {formatPrice(itemData.sale_price)}/{itemData.sale_mode == EnumSaleMode.Plate ? '米' : 'kg'} getInputValue(e, itemData)}