@@ -12,7 +12,7 @@ new $.Page({
},
init() {
$.request('product/home', 'GET', {}).then((res) => {
- const list = res.top;
+ const list = res.data;
if (list && list.length > 0) {
this.setData({
list