Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -91,8 +91,8 @@ export struct PlayerRightView { | @@ -91,8 +91,8 @@ export struct PlayerRightView { | ||
| 91 | contentList: [{ | 91 | contentList: [{ |
| 92 | contentId: this.contentDetailData?.newsId + '', | 92 | contentId: this.contentDetailData?.newsId + '', |
| 93 | contentType: this.contentDetailData?.newsType + '', | 93 | contentType: this.contentDetailData?.newsType + '', |
| 94 | - relType: this.contentDetailData?.reLInfo?.relType + '', | ||
| 95 | - contentRelId: this.contentDetailData?.reLInfo?.relId + '', | 94 | + relType: this.contentDetailData?.reLInfo?.relType || '' + '', |
| 95 | + contentRelId: this.contentDetailData?.reLInfo?.relId || '' + '', | ||
| 96 | }], | 96 | }], |
| 97 | 97 | ||
| 98 | } | 98 | } |
-
Please register or login to post a comment