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
wangliang_wd
2024-10-15 10:35:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
79f0a0169584c7590cb1e82f9ae47fe981717b78
79f0a016
1 parent
83bfa85d
feat:解决预约列表占位图为空判断
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 @
79f0a01
...
...
@@ -106,7 +106,7 @@ export class LiveDetailPageLogic {
noLivingNeedShowNoWifiTip(): boolean {
if (this.liveState == 'wait') {
if (this.contentDetailData.liveInfo
&& this.contentDetailData.liveInfo.previewUrl.length > 0
&& this.contentDetailData.liveInfo.previewUrl
?
.length > 0
&& this.contentDetailData.liveInfo.previewType == 1) { ///预告视频
return true
}
...
...
Please
register
or
login
to post a comment