Commit af8a820e authored by Hsinli's avatar Hsinli

addd

parent 07e28447
Pipeline #9895 passed with stage
in 17 seconds
......@@ -58,11 +58,7 @@ class searchHistoryService extends Service {
return ret;
}
//用户的搜索记录
let list = await this.getSearchHistory(condition.type);
ret.search_history = {
results: list,
count: list.length
};
ret.search_history = await this.getSearchHistory(condition.type);
return ret;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment