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:19:16 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
fa108a0dc18f958549181527d6233080f14a9d23
fa108a0d
2 parents
1bda48e4
e749d5c6
Merge branch 'main' of
http://192.168.1.42/developOne/harmonyPool
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 @
fa108a0
...
...
@@ -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