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
chenquansheng
2024-10-30 17:47:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
95d0a7df9edf1f4a377ed4f4267b1d32c86b2ad3
95d0a7df
1 parent
f6f0428f
fix |> 直播频道上滑加载缺少loading问题修复
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/products/phone/src/main/ets/pages/view/VideoChannelPage.ets
sight_harmony/products/phone/src/main/ets/pages/view/VideoChannelPage.ets
View file @
95d0a7d
...
...
@@ -350,7 +350,7 @@ export struct VideoChannelPage {
autoRefresh: this.autoRefresh,
isMourning: this.GrayManage.get().isVideoMourning(`${item.channelId}`),
bottomNavi:BottomNavi.VIDEO
}).backgroundColor(Color.White)
}).backgroundColor(Color.White)
.height('90%')
}
}
...
...
Please
register
or
login
to post a comment