From a1964bcb027aef58ffc4a5d280907ac4da99ffa5 Mon Sep 17 00:00:00 2001 From: xuan Date: Wed, 11 Jan 2023 18:04:16 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(ID1001004):=20=E3=80=90?= =?UTF-8?q?=E4=BB=B7=E6=A0=BC=E5=AF=B9=E6=AF=94=E3=80=91-=E6=BC=8F?= =?UTF-8?q?=E4=BA=86=E8=89=B2=E5=8F=B7=E5=92=8C=E9=87=91=E9=92=B1=E7=9A=84?= =?UTF-8?q?=E7=AC=A6=E5=8F=B7=EF=BF=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 【【价格对比】-漏了色号和金钱的符号¥】 https://www.tapd.cn/53459131/bugtrace/bugs/view/1153459131001001004 --- src/pages/details/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/details/index.tsx b/src/pages/details/index.tsx index 6cbe413..19d9d96 100644 --- a/src/pages/details/index.tsx +++ b/src/pages/details/index.tsx @@ -380,7 +380,7 @@ const Details = (props: Params) => { currentDialogDetail.current!.length_cut_price ? <> 更新于:{formatDateTime(currentDialogDetail.current!.update_price_time, 'YYYY-MM-DD') } - {formatPriceDiv(currentDialogDetail.current!.length_cut_price)}/KG + ¥{formatPriceDiv(currentDialogDetail.current!.length_cut_price)}/KG : 暂无历史报价 }