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
>
: 暂无历史报价
}