This commit is contained in:
liuye
2023-02-03 13:41:16 +08:00
parent 893d84ee46
commit d5a4eb35f0

View File

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