张善主

feat(报错):报错处理

... ... @@ -71,7 +71,9 @@ export struct TabChatItemComponent {
width: 0,
height: 0,
picPath: imgUrl,
picDesc: ''
picDesc: '',
itemType:2,
id:0
})
let taskAction: Action = {
type: 'JUMP_DETAIL_PAGE',
... ...
... ... @@ -194,7 +194,9 @@ export struct TabLiveItemComponent {
width: 0,
height: 0,
picPath: item,
picDesc: ''
picDesc: '',
itemType:2,
id:0
})
}
let taskAction: Action = {
... ...