From 0962de5b5df9ea8f18e6206bfef4d910a0bfe31c Mon Sep 17 00:00:00 2001 From: zihanjian Date: Sun, 8 Jun 2025 11:27:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=95=86=E5=93=81=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=B1=95=E7=A4=BA=EF=BC=8C=E4=BC=98=E5=8C=96=E8=AF=84?= =?UTF-8?q?=E5=88=86=E7=BB=93=E6=9E=9C=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- page.tsx | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/page.tsx b/page.tsx index df1681d..28146b2 100644 --- a/page.tsx +++ b/page.tsx @@ -694,21 +694,6 @@ const PurchaseDecisionCalculator = () => { {/* 总分显示 */}
- {/* 商品信息 */} - {(productName || productPrice) && ( -
-
- {productName || '待评估商品'} -
- {productPrice && ( -
- ¥{parseInt(productPrice).toLocaleString()} -
- )} -
- )} - - {/* 评分结果 */}
{calculateScore.toFixed(1)}
{advice.text}
{advice.desc}