镇念塔:派遣刷新时间

This commit is contained in:
luying
2022-08-17 10:04:46 +08:00
parent aaa3762c12
commit 88cb571347
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -304,7 +304,7 @@ class Time {
*/
public getAfterDayWithHour(day: number = 0, hour = REFRESH_TIME, minute = 0, seconds = 0) {
let t = this._setHour(this.time.getTime(), hour, minute, seconds, 0);
console.log(t.getTime(), this.time.getTime());
// console.log(t.getTime(), this.time.getTime());
if(this.time.getTime() > t.getTime()) {
let timestamp = t.getTime() + (day + 1) * this.DAY_TO_MS;
return this._returnResult(timestamp);