Commit 099aada9 authored by Z's avatar Z

Z: Hot: search API change fix.

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