25994
This commit is contained in:
@@ -190,13 +190,13 @@ export default {
|
|||||||
])
|
])
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
onLoad() {
|
created() {
|
||||||
this.$dict.load('wxCustomerAddWay', 'wxCustomerLogType')
|
this.$dict.load('wxCustomerAddWay', 'wxCustomerLogType')
|
||||||
this.getCustomLog(this.top.custom)
|
this.getCustomLog(this.top.custom)
|
||||||
this.injectJWeixin('openUserProfile')
|
this.injectJWeixin('openUserProfile')
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
document.title = '居民详情'
|
document.title = '居民详情'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user