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-08 14:59:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d99ceab9e3b16c579242f433741b1e215f014a52
d99ceab9
1 parent
cf8e3ee0
fix: 视频详情页-简介没有全文展开按钮时,点击简介时不需要展开展示;
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerTitleView.ets
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerTitleView.ets
View file @
d99ceab
...
...
@@ -243,8 +243,10 @@ export struct PlayerTitleView {
.fontWeight(400)
.fontFamily('PingFang SC-Regular')
.onClick(() => {
this.isOpenDetail = true
this.dialogController?.open()
if (this.isOverLines) {
this.isOpenDetail = true
this.dialogController?.open()
}
})
if (this.isOverLines) {
Span('... 全文')
...
...
Please
register
or
login
to post a comment