clear:删除部分console

This commit is contained in:
luying
2022-06-13 16:57:16 +08:00
parent 748588635a
commit 8e20692d9e

View File

@@ -492,8 +492,8 @@ class PopUpShopShow {
let itemsByCode = new Map<string, PopShopItem[]>();
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, []);