Showing
1 changed file
with
1 additions
and
1 deletions
@@ -95,7 +95,7 @@ const shop = { | @@ -95,7 +95,7 @@ const shop = { | ||
95 | }; | 95 | }; |
96 | 96 | ||
97 | res.display('shop-list', _.assign(data, { | 97 | res.display('shop-list', _.assign(data, { |
98 | - products: DataHelper.handleProductList(data.productList), | 98 | + products: DataHelper.handleProductList(ret.productList), |
99 | order: q.order | 99 | order: q.order |
100 | })); | 100 | })); |
101 | } else { | 101 | } else { |
-
Please register or login to post a comment