diff --git a/src/sass/AppNotification/detail.vue b/src/sass/AppNotification/detail.vue index e452af52..c750364e 100644 --- a/src/sass/AppNotification/detail.vue +++ b/src/sass/AppNotification/detail.vue @@ -73,8 +73,8 @@ export default { }, created() { - this.$loading() this.injectJWeixin(['sendChatMessage']).then(() => { + this.$loading() this.getDetail() }) },