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)}起