wangliang_wd

feat:优化我的收藏动态视频点击逻辑

@@ -459,7 +459,7 @@ export class ProcessUtils { @@ -459,7 +459,7 @@ export class ProcessUtils {
459 sourcePage: '5', 459 sourcePage: '5',
460 commentId: content?.commentInfo?.commentId, 460 commentId: content?.commentInfo?.commentId,
461 showComment: content.showComment, 461 showComment: content.showComment,
462 - isMycollection:content.isCollection 462 + isMycollection:content?.objectType === "1"? content.isCollection:false
463 } as ExtraDTO, 463 } as ExtraDTO,
464 targetLayout: content.customParamTargetLayout 464 targetLayout: content.customParamTargetLayout
465 } as Params, 465 } as Params,