zhenghy

修复收藏报错

@@ -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 }