onShow
This commit is contained in:
		@@ -82,7 +82,7 @@ export default {
 | 
			
		||||
      familyList: [],
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  onLoad() {
 | 
			
		||||
  onShow() {
 | 
			
		||||
    document.title =  '居民详情' 
 | 
			
		||||
    this.$dict.load('sex', 'nation', 'education', 'job', 'faithType', 'politicsStatus', 'militaryStatus', 'householdRelation', 'householdName')
 | 
			
		||||
  },
 | 
			
		||||
 
 | 
			
		||||
@@ -190,12 +190,14 @@ export default {
 | 
			
		||||
      ])
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
  onLoad() {
 | 
			
		||||
    document.title =  '居民详情' 
 | 
			
		||||
  onLoad() { 
 | 
			
		||||
    this.$dict.load('wxCustomerAddWay', 'wxCustomerLogType')
 | 
			
		||||
    this.getCustomLog(this.top.custom)
 | 
			
		||||
    this.injectJWeixin('openUserProfile')
 | 
			
		||||
  },
 | 
			
		||||
  onShow() {
 | 
			
		||||
    document.title =  '居民详情' 
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user