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