导航栏title

This commit is contained in:
liuye
2021-12-23 16:56:41 +08:00
parent 496bd23980
commit 4b766bbeed
11 changed files with 11 additions and 2 deletions

View File

@@ -78,6 +78,7 @@ export default {
this.getDetail()
}
})
uni.setNavigationBarTitle({title: '新增'})
},
methods: {

View File

@@ -43,6 +43,7 @@ export default {
computed: { ...mapState(['user']) },
mounted() {
this.getList()
uni.setNavigationBarTitle({title: '便民通讯录'})
},
methods: {

View File

@@ -33,8 +33,8 @@ export default {
},
computed: { ...mapState(['user']) },
mounted() {
console.log(this.user)
this.getList()
uni.setNavigationBarTitle({title: '便民通讯录'})
},
methods: {