导航栏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

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