Authored by 郭成尧

'srch-model-error'

... ... @@ -276,7 +276,7 @@ const searchKeyActivity = (params) => {
cache: true,
code: 200
}).then(result => {
if (result.data) {
if (result && result.data) {
return result.data;
} else {
return {};
... ...