-
Notifications
You must be signed in to change notification settings - Fork 39
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
Safari浏览器该组件不工作,给动画做了兼容,貌似没啥用。 #7
Comments
进一步排查 发现好像是js问题。 |
额,我以前测试过应该OK的 |
let t = new Date('2020-12-25 24:00:00').getTime() - new Date().getTime() // 剩余的毫秒数 |
写死打印出来就是 NAN 见鬼了。 |
new Date('2020-12-25T24:00:00') 在日期和时分秒中间加个T就行 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: