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
王士厅
2024-10-12 17:37:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
311dbfea96b62b2f60d81c19071ccbf6d23a964b
311dbfea
1 parent
25fdb48a
fix: 我的评论列表,点击评论的视频稿件后,偶发不能弹出评论列表
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/pages/DetailVideoListPage.ets
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/pages/DetailVideoListPage.ets
View file @
311dbfe
...
...
@@ -208,11 +208,11 @@ export struct DetailVideoListPage {
// 目的子组件watch生效
setTimeout(() => {
this.showCommentList = true
},
3
00)
},
10
00)
}
// console.log(TAG, 'onPageShow showComment', action.params.extra.showComment)
}
}
// console.log(TAG, 'onPageShow', JSON.stringify(action.params))
}
onPageHide(): void {
...
...
Please
register
or
login
to post a comment