Commit 9497cb78 authored by Hsinli's avatar Hsinli

addd

parent 5ca72763
Pipeline #8910 passed with stage
in 16 seconds
...@@ -26,7 +26,7 @@ class HotSearchService extends Service { ...@@ -26,7 +26,7 @@ class HotSearchService extends Service {
} }
let hotSearch = await ctx.realestateModel.HotSearch.all(filter); let hotSearch = await ctx.realestateModel.HotSearch.all(filter);
let hotList = hotSearch.map(v => { return v.text }); let hotList = hotSearch.map(v => { return v.text });
ret = { let ret = {
results: hotList, results: hotList,
count: hotList.length count: hotList.length
} }
......
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