微心愿
This commit is contained in:
@@ -128,7 +128,7 @@ export default {
|
|||||||
const status = !v.evaluation.id ? v.data.eventStatus : 'evaluation'
|
const status = !v.evaluation.id ? v.data.eventStatus : 'evaluation'
|
||||||
return {
|
return {
|
||||||
cls: 'status' + status,
|
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() {
|
process() {
|
||||||
@@ -150,7 +150,6 @@ export default {
|
|||||||
return list
|
return list
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {},
|
|
||||||
onLoad(o) {
|
onLoad(o) {
|
||||||
this.id = o.id
|
this.id = o.id
|
||||||
this.$dict.load('realityStatus', 'clapDoStatus').then(() => {
|
this.$dict.load('realityStatus', 'clapDoStatus').then(() => {
|
||||||
@@ -307,10 +306,10 @@ uni-page-body {
|
|||||||
img {
|
img {
|
||||||
width: 225px;
|
width: 225px;
|
||||||
height: 226px;
|
height: 226px;
|
||||||
margin-right: 8px;
|
margin-right: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img:nth-child(3n) {
|
img:nth-of-type(3n) {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user