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

@@ -65,6 +65,7 @@ export default {
computed: {},
watch: {},
onLoad(o) {
uni.setNavigationBarTitle({ title: '居民档案' })
this.id = o.id
this.$dict.load('householdRelation', 'fileStatus').then(() => {
this.getDetail()