This commit is contained in:
花有清香月有阴
2021-12-24 18:37:41 +08:00
parent eddd33171f
commit 00b447b9e4

View File

@@ -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 = '居民详情'
}
}
</script>