更新省志愿者

This commit is contained in:
2022-11-22 18:51:33 +08:00
parent dd646b4e50
commit 467ef1ce87

View File

@@ -62,7 +62,7 @@ export default {
}
},
created() {
this.injectJWeixin("openEnterpriseChat").then(() => this.$confirm("确定创建省志愿者活动专用群聊?"))
this.injectJWeixin("openEnterpriseChat").then(() => this.$confirm(`确定创建${this.$route.query.groupName}?`))
.then(this.getUsers).then(this.handleCreateSuccess).catch(() => 0)
}
}