王士厅

fix: 视频详情页获取内容失败,请重试 文字颜色与安卓不一致,有点暗

@@ -159,7 +159,7 @@ export struct EmptyComponent { @@ -159,7 +159,7 @@ export struct EmptyComponent {
159 .opacity(this.TEXT_OPACITY) 159 .opacity(this.TEXT_OPACITY)
160 .margin({ top: this.EMPTY_TIP_TEXT_MARGIN_TOP }) 160 .margin({ top: this.EMPTY_TIP_TEXT_MARGIN_TOP })
161 // .fontColor(this.emptyType === WDViewDefaultType.WDViewDefaultType_NoComment1 ? '#999999' : '#666666') 161 // .fontColor(this.emptyType === WDViewDefaultType.WDViewDefaultType_NoComment1 ? '#999999' : '#666666')
162 - .fontColor('#666666') 162 + .fontColor(this.isBlack ? '#FFFFFF' :'#666666')
163 .onClick((event: ClickEvent) => { 163 .onClick((event: ClickEvent) => {
164 Logger.info(TAG, `noProgrammeData onClick event?.source: ${event.source}`); 164 Logger.info(TAG, `noProgrammeData onClick event?.source: ${event.source}`);
165 }) 165 })
@@ -395,7 +395,7 @@ export struct DetailVideoListPage { @@ -395,7 +395,7 @@ export struct DetailVideoListPage {
395 }) 395 })
396 } else if (this.isOffLine) { 396 } else if (this.isOffLine) {
397 EmptyComponent({ 397 EmptyComponent({
398 - emptyType: 15, emptyButton: true, retry: () => { 398 + emptyType: 15, emptyButton: true, isBlack: true, retry: () => {
399 this.getDetail() 399 this.getDetail()
400 } 400 }
401 }) 401 })