Commit 6c0b9c7c575ad24889066647123801dac043d4bb
1 parent
3219d965
Exists in
master
and in
3 other branches
X
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
wxsdk/service/DataService.ts
@@ -565,7 +565,7 @@ export default class DataService { | @@ -565,7 +565,7 @@ export default class DataService { | ||
565 | }, expiration * 1000); | 565 | }, expiration * 1000); |
566 | return; | 566 | return; |
567 | } | 567 | } |
568 | - console.log("newUserTime", time, dot) | 568 | + // console.log("newUserTime", time, dot) |
569 | if (time >= 300 && dot == 0) { | 569 | if (time >= 300 && dot == 0) { |
570 | StorageUtils.I.set("pcsdk_today_online_time_300", 1, expiration); | 570 | StorageUtils.I.set("pcsdk_today_online_time_300", 1, expiration); |
571 | this.setPtm(1) | 571 | this.setPtm(1) |