From ff77cdb5da4118d414141c60a5a2568bd1c41836 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 3 Feb 2023 13:46:01 +0800 Subject: [PATCH] id --- 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 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() },