抽奖
This commit is contained in:
@@ -147,7 +147,7 @@ export default {
|
|||||||
awardNumber: 2, // 中奖区域 从1开始
|
awardNumber: 2, // 中奖区域 从1开始
|
||||||
isStart: false, //防止多次触发动画
|
isStart: false, //防止多次触发动画
|
||||||
animationData: {}, //动画对象
|
animationData: {}, //动画对象
|
||||||
showPhoneMask: true,
|
showPhoneMask: false,
|
||||||
phone: '',
|
phone: '',
|
||||||
activityId: '',
|
activityId: '',
|
||||||
friendId: '',
|
friendId: '',
|
||||||
@@ -159,9 +159,9 @@ export default {
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
onLoad(option) {
|
onLoad(option) {
|
||||||
this.activityId = option.activityId
|
// this.activityId = option.activityId
|
||||||
this.friendId = option.friendId || ''
|
// this.friendId = option.friendId || ''
|
||||||
// this.activityId = '75a4c4493de54f9fb63868817079c89c'
|
this.activityId = '75a4c4493de54f9fb63868817079c89c'
|
||||||
this.getDetail()
|
this.getDetail()
|
||||||
this.getAwardedList()
|
this.getAwardedList()
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user