onShow
This commit is contained in:
@@ -100,7 +100,7 @@ export default {
|
||||
showTagManage: false,
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
onShow() {
|
||||
document.title = '添加标签'
|
||||
},
|
||||
computed: {
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ export default {
|
||||
id: '',
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
onShow() {
|
||||
document.title = '居民详情'
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user