wangliang_wd

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

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