From 257445263dbd1bdc059f36ba23a43a6d54f688fb Mon Sep 17 00:00:00 2001 From: linxi Date: Wed, 20 Nov 2024 16:48:13 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2605=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=E5=95=86=E5=93=81=E8=AF=84?= =?UTF-8?q?=E4=BB=B7--=E6=9C=AA=E6=98=BE=E7=A4=BA=E5=8F=91=E8=A1=A8?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/UserEvaluation.vue | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/components/UserEvaluation.vue b/components/UserEvaluation.vue index 084d160..651652e 100644 --- a/components/UserEvaluation.vue +++ b/components/UserEvaluation.vue @@ -11,13 +11,13 @@ {{ item.nickname }} + {{ item.createTime }} {{ item.sku }} - {{ item.comment }} @@ -61,12 +61,12 @@ export default { mounted: function() {}, methods: { dataFormat, - previewImage(imgs,index){ - uni.previewImage({ - current:imgs[index], - urls:imgs - }) - } + previewImage(imgs,index){ + uni.previewImage({ + current:imgs[index], + urls:imgs + }) + } } }; @@ -77,4 +77,7 @@ export default { width: fit-content; border-radius: 12rpx; } +.time{ + padding: 0 !important; +}