diff --git a/src/apps/AppResidentFile/components/info.vue b/src/apps/AppResidentFile/components/info.vue index 6a341e2f..0b7fe974 100644 --- a/src/apps/AppResidentFile/components/info.vue +++ b/src/apps/AppResidentFile/components/info.vue @@ -190,13 +190,13 @@ export default { ]) }, }, - onLoad() { + created() { this.$dict.load('wxCustomerAddWay', 'wxCustomerLogType') this.getCustomLog(this.top.custom) this.injectJWeixin('openUserProfile') }, onShow() { - document.title = '居民详情' + document.title = '居民详情' } }