This commit is contained in:
shijingjing
2022-02-16 09:25:51 +08:00
parent ef7bd65926
commit 28dadb29d4
3 changed files with 7 additions and 2 deletions

View File

@@ -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">

View File

@@ -76,7 +76,7 @@ export default {
})
},
onShow() {
document.title = this.titleList[this.status]
document.title = '矛盾调解'
},
methods: {

View File

@@ -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>