导航栏title
This commit is contained in:
		@@ -155,6 +155,7 @@ export default {
 | 
			
		||||
  computed: { ...mapState(['user']) },
 | 
			
		||||
  created() {
 | 
			
		||||
    this.getType()
 | 
			
		||||
    uni.setNavigationBarTitle({title: '新增人员'})
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  methods: {
 | 
			
		||||
 
 | 
			
		||||
@@ -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: {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user