微心愿

This commit is contained in:
liuye
2022-11-16 16:26:35 +08:00
parent 286e4a8516
commit 4ebb1d2d54

View File

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