From b7e6d98971321865af04bb0be71e21c215c7f35b Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 6 Feb 2023 15:50:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=98=E8=AE=B0=E6=B3=A8=E9=87=8A=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue b/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue index 72fc221b..9bea8fe0 100644 --- a/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue +++ b/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue @@ -183,9 +183,9 @@ export default { duration: this.duration, timingFunction: "ease-in-out", //旋转模式 }); - // this.activityId = option.activityId - // this.friendId = option.friendId || '' - this.activityId = '75a4c4493de54f9fb63868817079c89c' + this.activityId = option.activityId + this.friendId = option.friendId || '' + // this.activityId = '75a4c4493de54f9fb63868817079c89c' this.getDetail() this.getAwardedList() },