抽奖
This commit is contained in:
@@ -147,7 +147,7 @@ export default {
|
||||
awardNumber: 2, // 中奖区域 从1开始
|
||||
isStart: false, //防止多次触发动画
|
||||
animationData: {}, //动画对象
|
||||
showPhoneMask: true,
|
||||
showPhoneMask: false,
|
||||
phone: '',
|
||||
activityId: '',
|
||||
friendId: '',
|
||||
@@ -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()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user