From 8e20692d9e303c194a7778d68f64a01850d5cc17 Mon Sep 17 00:00:00 2001 From: luying Date: Mon, 13 Jun 2022 16:57:16 +0800 Subject: [PATCH] =?UTF-8?q?clear=EF=BC=9A=E5=88=A0=E9=99=A4=E9=83=A8?= =?UTF-8?q?=E5=88=86console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/domain/activityField/popUpShopField.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/domain/activityField/popUpShopField.ts b/shared/domain/activityField/popUpShopField.ts index 51fe12b24..4b7ced118 100644 --- a/shared/domain/activityField/popUpShopField.ts +++ b/shared/domain/activityField/popUpShopField.ts @@ -492,8 +492,8 @@ class PopUpShopShow { let itemsByCode = new Map(); for(let pkg of data.packages) { for(let item of pkg.items) { - let { id, isPushing, hasBoughtCnt, buyCnt, hasPushCnt, pushCnt } = item; - console.log('**** PopUpShopShow', { id, isPushing, hasBoughtCnt, buyCnt, hasPushCnt, pushCnt }) + // let { id, isPushing, hasBoughtCnt, buyCnt, hasPushCnt, pushCnt } = item; + // console.log('**** PopUpShopShow', { id, isPushing, hasBoughtCnt, buyCnt, hasPushCnt, pushCnt }) if(item.isPushing && item.code) { if(!itemsByCode.has(item.code)) { itemsByCode.set(item.code, []);