bug
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user