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; } }