From e391b2fe9b6b21e1b793a2d2da48f9fc3cce9679 Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Sun, 8 Sep 2024 17:27:25 +0800 Subject: [PATCH] =?UTF-8?q?Feat(=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85)?= =?UTF-8?q?=EF=BC=9AUI=E8=B0=83=E6=95=B4=EF=BC=88=E7=BC=BA=E8=B5=84?= =?UTF-8?q?=E8=B4=A8=E4=BF=A1=E6=81=AF=EF=BC=8C=E6=9C=AA=E5=AF=B9=E6=8E=A5?= =?UTF-8?q?=EF=BC=8C=E5=85=B6=E4=BD=99OK=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/v12-style.less | 4 +- components/UserEvaluation.vue | 9 +- pages/shop/GoodsCon/index.vue | 153 ++++++++++++++++++++++++---------- 3 files changed, 116 insertions(+), 50 deletions(-) diff --git a/assets/css/v12-style.less b/assets/css/v12-style.less index 42961ff..260eaf9 100644 --- a/assets/css/v12-style.less +++ b/assets/css/v12-style.less @@ -3,8 +3,8 @@ @dark-color: #333333; @white-color: #fff; -@colors: #C52733, #333333, #fff, #666, #F0F0F0, #999999; -@classnames: primary, dark, white, secondary-dark, grey, dark1; +@colors: #C52733, #333333, #fff, #666, #F0F0F0, #999999, #E92727; +@classnames: primary, dark, white, secondary-dark, grey, dark1, red; /*=====================================*/ each(@colors, { diff --git a/components/UserEvaluation.vue b/components/UserEvaluation.vue index dcd21d2..1d33b06 100644 --- a/components/UserEvaluation.vue +++ b/components/UserEvaluation.vue @@ -11,11 +11,14 @@ {{ item.nickname }} - - {{ item.createTime }} {{ item.sku||'' }} - {{ item.comment }} + + {{ item.sku }} + + + + {{ item.comment }}