This commit is contained in:
shijingjing
2022-05-07 18:39:48 +08:00
parent 7355adfd41
commit cada0952da

View File

@@ -112,8 +112,6 @@ import { mapState } from 'vuex'
export default { export default {
name: 'Detail', name: 'Detail',
components: {},
props: {},
data() { data() {
return { return {
data: {}, data: {},
@@ -126,13 +124,15 @@ export default {
computed: { computed: {
...mapState(['user']), ...mapState(['user']),
}, },
watch: {},
onLoad(o) { onLoad(o) {
this.$dict.load('realityStatus', 'clapDoStatus').then(() => { this.$dict.load('realityStatus', 'clapDoStatus').then(() => {
this.id = o.id this.id = o.id
this.getDetail() this.getDetail()
}) })
if (o.isMine) {
this.isMine = o.isMine this.isMine = o.isMine
}
}, },
onShow() { onShow() {
document.title = '矛盾调解' document.title = '矛盾调解'
@@ -224,7 +224,7 @@ uni-page-body {
} }
.status1 { .status1 {
background: #1aaaff; background: #ff883c;
} }
.status2 { .status2 {