diff --git a/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue b/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue index 668104f2..1182a619 100644 --- a/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue +++ b/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue @@ -159,9 +159,9 @@ export default { }; }, onLoad(option) { - // 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() },