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

View File

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

View File

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