🌈 style(clear): 删除一些打印

This commit is contained in:
luying
2023-04-07 19:11:21 +08:00
parent 2c5118dd5a
commit 2ce30ee807
10 changed files with 9 additions and 12 deletions

View File

@@ -89,11 +89,8 @@ export class RebateData extends ActivityBase {
}
public getShowResult() {
console.log('###', this.totalPay)
if(this.totalPay <= 0) return null;
console.log('###', this.checkReceivedAll())
if(this.checkReceivedAll()) return null;
console.log('###', this.originEndTime, this.playerCreateTime)
if(this.originEndTime < this.playerCreateTime) return null;
return {