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

@@ -89,12 +89,12 @@ export default {
},
computed: { ...mapState(['user']) },
created() {
console.log(1111)
this.areaId = this.user.areaId
this.areaName = this.user.areaName
this.getStatistic()
this.getStatisticMon()
this.getUserList()
uni.setNavigationBarTitle({title: '特殊人群管理'})
},
methods: {