注释掉一些log
This commit is contained in:
@@ -65,7 +65,7 @@ export class SignInData extends ActivityBase {
|
||||
if(this.type == ACTIVITY_TYPE.SIGN_IN || this.type == ACTIVITY_TYPE.SIGN_IN_VIP) {
|
||||
let time = getZeroPointOfTime(obj.time, SHOP_REFRESH_TYPE.DAILY, 0)
|
||||
let today = getZeroPoint(SHOP_REFRESH_TYPE.DAILY, 0);
|
||||
console.log('setPlayerRecords', time, today)
|
||||
// console.log('setPlayerRecords', time, today)
|
||||
if(day.indexOf(time) == -1 && time < today) {
|
||||
this.todayIndex++;
|
||||
day.push(time);
|
||||
|
||||
Reference in New Issue
Block a user