Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

832303306 - work2 #102

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

betty11111122222
Copy link
Contributor

No description provided.

@renbaoshuo renbaoshuo self-assigned this Dec 2, 2024
@renbaoshuo renbaoshuo changed the title 83230306-work2 83230306 - work2 Dec 2, 2024
time.toLocaleTimeString();
el.innerHTML=time.toLocaleDateString()+' '+time.toLocaleTimeString();
};
let intervalId=setInterval(updateTime,1000);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里在开始定时任务之前是不是应该先执行一次,不然页面上会有一秒的空白期。

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个页面的逻辑应该是每一次快碰到的时候都要跳开。可以修改一下。

@betty11111122222 betty11111122222 changed the title 83230306 - work2 832303306 - work2 Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants