🌈 style(clear): 删除一些打印
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user