From 0b3a66e8b0d07e77ca54d7633cf2ce2c056bf893 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 20 Jan 2022 11:22:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sass/AppNotification/detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }) },