Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangliang_wd
2024-11-08 14:23:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
854a10d5a522631e4e76629df8738d48963539a0
854a10d5
1 parent
2fc4797a
feat:优化我的收藏动态视频点击逻辑
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/commons/wdRouter/src/main/ets/utils/ProcessUtils.ets
sight_harmony/commons/wdRouter/src/main/ets/utils/ProcessUtils.ets
View file @
854a10d
...
...
@@ -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,
...
...
Please
register
or
login
to post a comment