|
@@ -62,7 +62,7 @@ export default defineComponent({
|
|
|
},
|
|
|
// this.activeInfo.activityRewardList
|
|
|
rewardList() {
|
|
|
- const activityRewardList = this.activeInfo.activityRewardList
|
|
|
+ const activityRewardList = this.activeInfo?.activityRewardList
|
|
|
console.log(activityRewardList)
|
|
|
let list = activityRewardList || []
|
|
|
if (activityRewardList && activityRewardList.length > 0) {
|