王士厅
@@ -289,12 +289,13 @@ export struct VideoChannelDetail { @@ -289,12 +289,13 @@ export struct VideoChannelDetail {
289 Stack({ alignContent: Alignment.Center }) { 289 Stack({ alignContent: Alignment.Center }) {
290 if (this.netStatus !== undefined) { 290 if (this.netStatus !== undefined) {
291 EmptyComponent({ 291 EmptyComponent({
292 - emptyType: 1, emptyButton: true, isBlack: true, retry: () => { 292 + emptyType: 1, emptyButton: true, isBlack: true, showBackButton: false, retry: () => {
293 this.getDetail() 293 this.getDetail()
294 } 294 }
295 }) 295 })
296 } else if (this.isOffLine) { 296 } else if (this.isOffLine) {
297 EmptyComponent({ 297 EmptyComponent({
  298 + showBackButton: false,
298 emptyType: WDViewDefaultType.WDViewDefaultType_NoVideo, 299 emptyType: WDViewDefaultType.WDViewDefaultType_NoVideo,
299 retry: () => { 300 retry: () => {
300 this.getDetail() 301 this.getDetail()