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-19 17:34:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3679bfed79073ee472c364e454abf771f3e8a27d
3679bfed
1 parent
72898361
ref |> 横屏直播详情无回放时,不展示参与人数
Show 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 @
3679bfe
...
...
@@ -258,7 +258,7 @@ export struct PlayUIComponent {
.fontWeight(400)
.fontColor(Color.White)
if (this.liveRoomDataBean.pv > 0) {
if (this.liveRoomDataBean.pv > 0
&& !StringUtils.isEmpty(this.liveUrl)
) {
Image($r('app.media.icon_live_player_status_end'))
.width(12)
.height(12)
...
...
Please
register
or
login
to post a comment