From 88ad864e297bafe5cbbf2116af101a34266994db Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 1 Feb 2023 13:45:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9B=91=E5=90=AC=E5=8F=8A?= =?UTF-8?q?=E6=8F=90=E4=BE=9B=E9=87=8D=E8=AF=95=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppOpenChat/AppOpenChat.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppOpenChat/AppOpenChat.vue b/src/apps/AppOpenChat/AppOpenChat.vue index 438356ac..02d3988d 100644 --- a/src/apps/AppOpenChat/AppOpenChat.vue +++ b/src/apps/AppOpenChat/AppOpenChat.vue @@ -64,7 +64,7 @@ export default { }, created() { this.injectJWeixin("openEnterpriseChat").then(() => this.$confirm(`确定创建${this.$route.query.groupName}?`)) - .then(this.execute).catch(err => { + .then(() => this.execute()).catch(err => { console.error(err) this.tips = "点击空白处重试" })