From 0d5d5012ef8a1fa237a32d4ef3dc9eb060760a95 Mon Sep 17 00:00:00 2001 From: xuan Date: Fri, 17 Mar 2023 18:46:53 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=E5=88=86=E7=B1=BB=E9=A1=B5)?= =?UTF-8?q?:=20=E4=BB=B7=E6=A0=BC=E5=8F=96=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/product/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/product/index.tsx b/src/components/product/index.tsx index 1324682..1b38278 100644 --- a/src/components/product/index.tsx +++ b/src/components/product/index.tsx @@ -7,7 +7,7 @@ import IconFont from '../iconfont/iconfont' import Tag from '../tag' import styles from './index.module.scss' import { goLink } from '@/common/common' -import { formatHashTag, formatImgUrl } from '@/common/fotmat' +import { formatHashTag, formatImgUrl, formatPriceDiv } from '@/common/fotmat' interface Params { desStatus?: true | false @@ -53,7 +53,7 @@ const Product = ({ desStatus = true, productList = [] }: Params) => { ¥ - 50.00起 + {formatPriceDiv(item.lowest_price, 100, true)}起