Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -30,6 +30,8 @@ export struct CarderInteraction { | @@ -30,6 +30,8 @@ export struct CarderInteraction { | ||
| 30 | this.likeBean['title'] = this.contentDetailData.newsTitle + '' | 30 | this.likeBean['title'] = this.contentDetailData.newsTitle + '' |
| 31 | this.likeBean['userHeaderUrl'] = this.contentDetailData.userInfo?.headPhotoUrl + '' | 31 | this.likeBean['userHeaderUrl'] = this.contentDetailData.userInfo?.headPhotoUrl + '' |
| 32 | this.likeBean['channelId'] = this.contentDetailData.reLInfo?.channelId + '' | 32 | this.likeBean['channelId'] = this.contentDetailData.reLInfo?.channelId + '' |
| 33 | + this.contentDTO.shareFlag = this.contentDTO.shareFlag?this.contentDTO.shareFlag:'1' | ||
| 34 | + console.log('是否显示分享',this.contentDTO.shareFlag) | ||
| 33 | } | 35 | } |
| 34 | 36 | ||
| 35 | build() { | 37 | build() { |
-
Please register or login to post a comment