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