yumaochao

fix:somebug

... ... @@ -89,8 +89,6 @@ export struct CardMediaInfo {
Row() {
// 搜索接口没有返回liveInfo字段所以得做个区分
if (this.contentDTO && this.contentDTO.liveInfo && JSON.stringify(this.contentDTO.liveInfo) === '{}') {
Text(JSON.stringify(this.contentDTO?.linkUrl))
Text(JSON.stringify(this.contentDTO?.liveType))
// 当liveInfo不存在的时候
if (this.contentDTO?.liveType === 'wait') {
Image($r('app.media.card_wait'))
... ...