diff --git a/src/apps/AppNotification/components/detail.vue b/src/apps/AppNotification/components/detail.vue index b3fc2b42..35b28253 100644 --- a/src/apps/AppNotification/components/detail.vue +++ b/src/apps/AppNotification/components/detail.vue @@ -82,6 +82,7 @@ this.injectJWeixin(['sendChatMessage']).then(() => { this.getDetail() }).catch(() => { + this.getDetail() this.$hideLoading() }) },