Authored by OF1706

m

... ... @@ -1767,7 +1767,6 @@ exports.handleSuggestData = (origin, query) => {
});
leftContent.allSuggest = {all: all, list: list};
console.log(leftContent.allSuggest);
return leftContent;
};
... ...