Showing
1 changed file
with
1 additions
and
1 deletions
@@ -276,7 +276,7 @@ const searchKeyActivity = (params) => { | @@ -276,7 +276,7 @@ const searchKeyActivity = (params) => { | ||
276 | cache: true, | 276 | cache: true, |
277 | code: 200 | 277 | code: 200 |
278 | }).then(result => { | 278 | }).then(result => { |
279 | - if (result.data) { | 279 | + if (result && result.data) { |
280 | return result.data; | 280 | return result.data; |
281 | } else { | 281 | } else { |
282 | return {}; | 282 | return {}; |
-
Please register or login to post a comment