Browse Source

Update index.tsx

lex 3 năm trước cách đây
mục cha
commit
f553b18854
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/student/share-active/track-review-activity/index.tsx

+ 1 - 1
src/student/share-active/track-review-activity/index.tsx

@@ -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) {