This commit is contained in:
liuye
2023-02-03 13:46:01 +08:00
parent d5a4eb35f0
commit ff77cdb5da

View File

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