注释掉一些log
This commit is contained in:
@@ -75,7 +75,7 @@ export class RefreshShopItem {
|
||||
let records = data.records ? data.records : [];
|
||||
let buyRecords = records.filter(obj => {
|
||||
let curRefTime = getZeroPointOfTime(obj.time, this.refreshType);
|
||||
console.log(curRefTime, refZeroPoint)
|
||||
// console.log(curRefTime, refZeroPoint)
|
||||
return obj && obj.id === this.id && obj.pageIndex == this.pageIndex && curRefTime == refZeroPoint
|
||||
});
|
||||
this.buyCount = buyRecords.length;
|
||||
|
||||
Reference in New Issue
Block a user