From 4332fe91db9dd71382d5e221f347621b4d51474c Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Wed, 14 Jan 2026 23:00:15 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4813=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=E5=8F=AA=E6=9C=89=E6=98=9F=E7=BA=A7=EF=BC=8C=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E5=A1=AB=E5=86=99=E5=85=B6=E4=BB=96=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E6=98=9F=E7=BA=A7=E4=B8=8B=E6=96=B9=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=98=BE=E7=A4=BA=E2=80=9C=E6=AD=A4=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=A1=AB=E5=86=99=E8=AF=84=E4=BB=B7=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/UserEvaluation.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/components/UserEvaluation.vue b/components/UserEvaluation.vue index eb18a65..f431af3 100644 --- a/components/UserEvaluation.vue +++ b/components/UserEvaluation.vue @@ -21,7 +21,7 @@ - {{ item.comment }} + {{ item.comment || '此用户没有填写评价'}} @@ -231,4 +231,10 @@ export default { color: #666; line-height: 1.5; } +.attr-bg{ + background: rgba(197,39,51,0.1); + padding: 7rpx 5px; + width: fit-content; + border-radius: 12rpx; +}