27430
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<div class="time">2020-05-06 13:45</div>
|
<div class="time">2020-05-06 13:45</div>
|
||||||
<div class="address">
|
<div class="address">
|
||||||
<img src="./img/address.png" alt="">
|
<img src="./img/address.png" alt="">
|
||||||
<div>新港镇三联村</div>
|
<span>新港镇三联村</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="detail-text">
|
<div class="detail-text">
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
document.title = this.titleList[this.status]
|
document.title = '矛盾调解'
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
||||||
|
|||||||
@@ -259,6 +259,7 @@ export default {
|
|||||||
this.flag = false
|
this.flag = false
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
uni.$emit('update')
|
uni.$emit('update')
|
||||||
|
this.$forceUpdate()
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
uni.navigateBack()
|
uni.navigateBack()
|
||||||
}, 600)
|
}, 600)
|
||||||
@@ -412,5 +413,9 @@ export default {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
::v-deep AiUploader {
|
||||||
|
width: 80px;
|
||||||
|
height: 80px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user