setNavigationBarTitle

This commit is contained in:
花有清香月有阴
2021-12-24 11:26:12 +08:00
parent 458e264db0
commit ccd60c95d7
6 changed files with 42 additions and 41 deletions

View File

@@ -66,6 +66,7 @@ export default {
},
watch: {},
onLoad() {
uni.setNavigationBarTitle({ title: '居民列表' })
this.areaId = this.user.areaId
this.getList()
},