From fc222664efcba835f623c03382a8fbe5ab426ec0 Mon Sep 17 00:00:00 2001 From: dengbw Date: Fri, 17 Mar 2023 17:27:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E5=8A=A0=E6=8A=A5=E5=90=8D?= =?UTF-8?q?=E9=A2=84=E7=BA=A63?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../activity/components/activity-draw.vue | 11 +++++- .../components/gro-exchange-detail.vue | 2 +- src/views/sylive/groups-exchange/index.vue | 38 ++++++++++++++++++- 3 files changed, 48 insertions(+), 3 deletions(-) diff --git a/src/views/sylive/activity/components/activity-draw.vue b/src/views/sylive/activity/components/activity-draw.vue index c606610..f21e89e 100644 --- a/src/views/sylive/activity/components/activity-draw.vue +++ b/src/views/sylive/activity/components/activity-draw.vue @@ -1,7 +1,7 @@ + + + 详情 + + + { + loading.close(); + this.$message.success(msg); + this.reload(); + }) + .catch((e) => { + loading.close(); + this.$message.error(e.message); + }); + }, /* 打开导入弹窗 */ openImport() { this.showImport = true;