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() },