clear:删除部分console
This commit is contained in:
@@ -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, []);
|
||||
|
||||
Reference in New Issue
Block a user