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 | 565 | }, expiration * 1000); |
566 | 566 | return; |
567 | 567 | } |
568 | - console.log("newUserTime", time, dot) | |
568 | + // console.log("newUserTime", time, dot) | |
569 | 569 | if (time >= 300 && dot == 0) { |
570 | 570 | StorageUtils.I.set("pcsdk_today_online_time_300", 1, expiration); |
571 | 571 | this.setPtm(1) | ... | ... |