From d5cd1ec1920869d68199d1c8497cde46b132fe79 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 3 Feb 2023 11:51:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E9=94=99=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue b/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue index 38ba893a..6715b4e4 100644 --- a/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue +++ b/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue @@ -225,6 +225,8 @@ export default { if (res.code == 0) { this.activeInfo = {...res.data} } + }).catch((err) => { + this.$u.toast(err) }) }, //抽奖 @@ -237,6 +239,8 @@ export default { this.awardNumber = res.data this.onStart() } + }).catch((err) => { + this.$u.toast(err) }) }, //活动报名 @@ -249,6 +253,8 @@ export default { this.$u.toast('活动报名成功!') this.getDetail() } + }).catch((err) => { + this.$u.toast(err) }) }, getAwardedList() { @@ -409,6 +415,7 @@ export default { margin-bottom: 24px; span { color: #1BAFB3; + margin: 0 8px; } } .flex-img {