pages/cart/index.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pages/cart/index.js
@@ -39,6 +39,7 @@ searchList: [] }; app.MG.store.getShoppingCartProductList(query).then(res => { console.log(res, 'res'); res.datas.forEach(item => { item.imgUrl = getPublicImage(item.productMonWithLinkDto.product.icon, '', '160'); console.log(item);