From 6a189829531106872319d1508d93a3e05573ce74 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期二, 02 四月 2024 15:08:07 +0800
Subject: [PATCH] 样式修改

---
 pages/cart/index.js |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/pages/cart/index.js b/pages/cart/index.js
index 672eecc..0682774 100644
--- a/pages/cart/index.js
+++ b/pages/cart/index.js
@@ -75,15 +75,12 @@
       })
 
       res.datas.forEach(item => {
-        console.log(item, 'item456');
         item.imgUrl = getPublicImage(item.productMonWithLinkDto.product.icon, '', '160');
-
         // this.setData({
         //   type: item.saleMethod.type == 'createProductItemSaleMethod' ? 'item' : 'product'
         // })
         const type = item.saleMethod.type == 'createProductItemSaleMethod' ? 'item' : 'product';
         item.type = type; // 灏唗ype璁剧疆涓篿tem瀵硅薄鐨勫睘鎬э紝鑰屼笉鏄娇鐢╯etData
-
         // debugger
 
       });
@@ -94,7 +91,6 @@
 
 
       if (this.data.shoppingCartData.length === 0) {
-        console.log(11111);
         this.setData({
           onDisabled: true
         })

--
Gitblit v1.9.1