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
zhangbo1_wd
2024-05-27 16:41:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fe5a39cecc001b52791b4a4aa0c5508b7a9cd73a
fe5a39ce
1 parent
320cdfdf
精选评论
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/QualityCommentsComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/QualityCommentsComponent.ets
View file @
fe5a39c
...
...
@@ -467,12 +467,12 @@ struct QualityCommentItem {
jumpToAccountOwner() {
commentViewModel.jumpToAccountPage(this.item, () => {
WindowModel.shared.setWindowLayoutFullScreen(false)
//
WindowModel.shared.setWindowLayoutFullScreen(false)
})
}
jumpToDetail() {
WindowModel.shared.setWindowLayoutFullScreen(false)
//
WindowModel.shared.setWindowLayoutFullScreen(false)
// programInfoModel.api_isCommentAction = YES;
let content = new ContentDTO()
content.objectId = this.item.targetId;
...
...
@@ -505,7 +505,7 @@ struct QualityCommentItem {
// 未登录,跳转登录
const user_id = HttpUtils.getUserId()
if (!user_id) {
WindowModel.shared.setWindowLayoutFullScreen(false)
//
WindowModel.shared.setWindowLayoutFullScreen(false)
WDRouterRule.jumpWithPage(WDRouterPage.loginPage)
return
}
...
...
Please
register
or
login
to post a comment