微心愿
This commit is contained in:
		| @@ -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; | ||||
|     } | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user