Commit 099aada9 authored by Z's avatar Z

Z: Hot: search API change fix.

parent 350d1e3c
......@@ -568,9 +568,10 @@ export default {
};
ApiStoreSearch(postData)
.then(res => {
let result = [];
result.push(res.data.stallInfo);
this.list.main = result;
// let result = [];
// result.push(res.data.stallInfo);
// this.list.main = result;
this.list.main = res.data.list
})
.catch(err => {});
}
......
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