From f61e611a516e9304e96ca8d30ab264786e4c43cd Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Wed, 14 Jan 2026 22:54:52 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4812=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E8=AF=84=E4=BB=B7=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E7=9A=84=E6=98=9F=E6=98=9F=E5=9B=BE=E6=A0=87=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E8=B0=83=E6=95=B4=EF=BC=88=E8=B0=83=E5=B0=8F=E4=B8=80?= =?UTF-8?q?=E7=82=B9=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/UserEvaluation.vue | 23 +++++------------------ pages/shop/EvaluateList/index.vue | 4 ++-- 2 files changed, 7 insertions(+), 20 deletions(-) diff --git a/components/UserEvaluation.vue b/components/UserEvaluation.vue index a68bcd0..eb18a65 100644 --- a/components/UserEvaluation.vue +++ b/components/UserEvaluation.vue @@ -3,10 +3,10 @@ - + @@ -15,22 +15,9 @@ {{ item.createTime }} - - - - {{ item.sku }} - - - - - + + {{ item.sku }} + diff --git a/pages/shop/EvaluateList/index.vue b/pages/shop/EvaluateList/index.vue index f3c61a8..72d8afa 100644 --- a/pages/shop/EvaluateList/index.vue +++ b/pages/shop/EvaluateList/index.vue @@ -7,8 +7,8 @@ - {{ replyData.replyChance || 0 }} - 好评率 + {{ isTravelGroup ? replyData.replyChance || 0 : replyData.replyChance + '%' || 0 }} + {{ ` 好评率` }}