This commit is contained in:
liuye
2021-12-24 17:57:09 +08:00
4 changed files with 9 additions and 8 deletions

View File

@@ -150,7 +150,7 @@ export default {
})
},
onShow() {
document.title = '房屋信息'
document.title = '房屋信息'
},
methods: {
@@ -182,6 +182,7 @@ export default {
uni.navigateBack()
uni.$emit('update')
}, 600)
}
})
},