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-10-14 17:15:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8ad2668d11c23f1a19259556a0cf1000b879592b
8ad2668d
1 parent
78754398
fix |> 20595 后台对拉流直播设置切换垫片后,在直播频道列表进入直播间后,可以正常播放直播
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/viewModel/LiveDetailPageLogic.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/viewModel/LiveDetailPageLogic.ets
View file @
8ad2668
...
...
@@ -80,7 +80,7 @@ export class LiveDetailPageLogic {
// 只有直播中的才会有垫片
if(this.liveState === 'running'){
if (this.contentDetailData.liveInfo.vlive
.count
> 0) {
if (this.contentDetailData.liveInfo.vlive
&& this.contentDetailData.liveInfo.vlive.length
> 0) {
this.showPad = this.contentDetailData.liveInfo.vlive[index].showPad
}
}
...
...
Please
register
or
login
to post a comment