From 00b447b9e4808956b1620f2dfa82c580e555271a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Fri, 24 Dec 2021 18:37:41 +0800 Subject: [PATCH] 25994 --- src/apps/AppResidentFile/components/info.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = '居民详情' } }