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

@@ -121,6 +121,7 @@ export default {
computed: {},
watch: {},
onLoad(o) {
uni.setNavigationBarTitle({ title: '家庭成员信息' })
this.id = o.id
this.$dict.load('householdRelation', 'nation', 'education', 'maritalStatus', 'politicsStatus', 'militaryStatus', 'faithType', 'job').then(() => {
this.getDetail()