张善主

feat(报错):报错处理

@@ -71,7 +71,9 @@ export struct TabChatItemComponent { @@ -71,7 +71,9 @@ export struct TabChatItemComponent {
71 width: 0, 71 width: 0,
72 height: 0, 72 height: 0,
73 picPath: imgUrl, 73 picPath: imgUrl,
74 - picDesc: '' 74 + picDesc: '',
  75 + itemType:2,
  76 + id:0
75 }) 77 })
76 let taskAction: Action = { 78 let taskAction: Action = {
77 type: 'JUMP_DETAIL_PAGE', 79 type: 'JUMP_DETAIL_PAGE',
@@ -194,7 +194,9 @@ export struct TabLiveItemComponent { @@ -194,7 +194,9 @@ export struct TabLiveItemComponent {
194 width: 0, 194 width: 0,
195 height: 0, 195 height: 0,
196 picPath: item, 196 picPath: item,
197 - picDesc: '' 197 + picDesc: '',
  198 + itemType:2,
  199 + id:0
198 }) 200 })
199 } 201 }
200 let taskAction: Action = { 202 let taskAction: Action = {