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
陈剑华
2024-09-25 14:08:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b5b8569132118d484be090b39c8d683193d154ae
b5b85691
1 parent
24491c47
fix: 18167 UI还原问题-【uat】进入视频直播,打开4g 加载视频,然后关闭4g网络,断网滑动视频,网络缺缺省图没有显示文案
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/pages/VideoChannelDetail.ets
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/pages/VideoChannelDetail.ets
View file @
b5b8569
...
...
@@ -289,12 +289,13 @@ export struct VideoChannelDetail {
Stack({ alignContent: Alignment.Center }) {
if (this.netStatus !== undefined) {
EmptyComponent({
emptyType: 1, emptyButton: true, isBlack: true, retry: () => {
emptyType: 1, emptyButton: true, isBlack: true,
showBackButton: false,
retry: () => {
this.getDetail()
}
})
} else if (this.isOffLine) {
EmptyComponent({
showBackButton: false,
emptyType: WDViewDefaultType.WDViewDefaultType_NoVideo,
retry: () => {
this.getDetail()
...
...
Please
register
or
login
to post a comment