From 4ebb1d2d546232f4797ee6ab248d9e980b6f85e9 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 16 Nov 2022 16:26:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E5=BF=83=E6=84=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/pingchang/AppWishfulThinking/Detail.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/project/pingchang/AppWishfulThinking/Detail.vue b/src/project/pingchang/AppWishfulThinking/Detail.vue index 893180d9..3b14683a 100644 --- a/src/project/pingchang/AppWishfulThinking/Detail.vue +++ b/src/project/pingchang/AppWishfulThinking/Detail.vue @@ -128,7 +128,7 @@ export default { const status = !v.evaluation.id ? v.data.eventStatus : 'evaluation' return { cls: 'status' + status, - label: !v.evaluation.id ? v.$dict.getLabel('clapEventStatus', v.data.eventStatus) : "已评价" + label: !v.data.evaluation.id ? v.$dict.getLabel('clapEventStatus', v.data.eventStatus) : "已评价" } }, process() { @@ -150,7 +150,6 @@ export default { return list } }, - watch: {}, onLoad(o) { this.id = o.id this.$dict.load('realityStatus', 'clapDoStatus').then(() => { @@ -307,10 +306,10 @@ uni-page-body { img { width: 225px; height: 226px; - margin-right: 8px; + margin-right: 6px; } - img:nth-child(3n) { + img:nth-of-type(3n) { margin-right: 0; } }