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
wuyanan
2024-09-20 16:43:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f5688573a12f8d08d15ecb0fa18090c4aee545f6
f5688573
1 parent
ffbb3737
Revert "ref |> 横屏直播详情无回放时,不展示参与人数"
This reverts commit
3679bfed
.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/video/PlayUIComponent.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/video/PlayUIComponent.ets
View file @
f568857
...
...
@@ -258,7 +258,7 @@ export struct PlayUIComponent {
.fontWeight(400)
.fontColor(Color.White)
if (this.liveRoomDataBean.pv > 0
&& !StringUtils.isEmpty(this.liveUrl)
) {
if (this.liveRoomDataBean.pv > 0) {
Image($r('app.media.icon_live_player_status_end'))
.width(12)
.height(12)
...
...
Please
register
or
login
to post a comment