diff --git a/src/saas/AppConflictMediation/detail.vue b/src/saas/AppConflictMediation/detail.vue index 360434b5..62392651 100644 --- a/src/saas/AppConflictMediation/detail.vue +++ b/src/saas/AppConflictMediation/detail.vue @@ -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 {