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 = "点击空白处重试" })