Authored by 郭成尧

'srch-model-error'

@@ -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 {};