From 7014e7541ca43cb10ed6bf1ea5ae96d68df75340 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 3 Feb 2023 16:29:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=BD=E5=A5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue b/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue index 637f0530..419275d0 100644 --- a/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue +++ b/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue @@ -242,6 +242,7 @@ export default { setTimeout(() => { this.$u.toast(`恭喜抽中${this.activeInfo.prizes[this.awardNumber-1].name}!`) this.getDetail() + this.getAwardedList() }, 2000)} }).catch((err) => { this.$u.toast(err) @@ -262,6 +263,7 @@ export default { }) }, getAwardedList() { + this.awardedList = [] this.$http.post(`/app/appmarketingactivityinfo/awardedList?activityId=${this.activityId}`).then((res) => { if (res.code == 0) { if(res.data.length) {