闫增涛
2024-03-18 ad92bd5c02114b84ee3cd7ec318e2be4a1a6d6b6
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);