From 15c06a8ead029357a0eff8e98f60c6246e895f13 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 8 Dec 2021 21:16:12 +0800 Subject: [PATCH] bug --- src/apps/AppNotification/components/detail.vue | 1 + 1 file changed, 1 insertion(+) 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() }) },