Showing
1 changed file
with
0 additions
and
2 deletions
| @@ -89,8 +89,6 @@ export struct CardMediaInfo { | @@ -89,8 +89,6 @@ export struct CardMediaInfo { | ||
| 89 | Row() { | 89 | Row() { |
| 90 | // 搜索接口没有返回liveInfo字段所以得做个区分 | 90 | // 搜索接口没有返回liveInfo字段所以得做个区分 |
| 91 | if (this.contentDTO && this.contentDTO.liveInfo && JSON.stringify(this.contentDTO.liveInfo) === '{}') { | 91 | if (this.contentDTO && this.contentDTO.liveInfo && JSON.stringify(this.contentDTO.liveInfo) === '{}') { |
| 92 | - Text(JSON.stringify(this.contentDTO?.linkUrl)) | ||
| 93 | - Text(JSON.stringify(this.contentDTO?.liveType)) | ||
| 94 | // 当liveInfo不存在的时候 | 92 | // 当liveInfo不存在的时候 |
| 95 | if (this.contentDTO?.liveType === 'wait') { | 93 | if (this.contentDTO?.liveType === 'wait') { |
| 96 | Image($r('app.media.card_wait')) | 94 | Image($r('app.media.card_wait')) |
-
Please register or login to post a comment