-
Notifications
You must be signed in to change notification settings - Fork 22
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
倒计时传值 #1
Comments
全部转成时间戳 秒就行了------------------ 原始邮件 ------------------
发件人: "ZClee"<[email protected]>
发送时间: 2020年8月16日(星期天) 中午1:04
收件人: "LoSenTrad/LSTTimer"<[email protected]>;
抄送: "Subscribed"<[email protected]>;
主题: [LoSenTrad/LSTTimer] 倒计时传值 (#1)
|
这个我知道,我转后发现你这个倒计时不对,请求完服务器拿到服务器时间,然后[LSTTimer addTimerForTime:[model.currentDate DateToNSTimeIntervalFormatter] identifier:@"TeamlistTimer" handle:nil];添加,但是出来的结果是错的 |
什么错的????参考一下demo是不是你转时间戳有问题???------------------ 原始邮件 ------------------
发件人: "ZClee"<[email protected]>
发送时间: 2020年8月16日(星期天) 下午2:36
收件人: "LoSenTrad/LSTTimer"<[email protected]>;
抄送: "LoSenTrad"<[email protected]>;"Comment"<[email protected]>;
主题: Re: [LoSenTrad/LSTTimer] 倒计时传值 (#1)
|
就是参考你demo的,但是你demo是同步的,现在是异步,服务器时间回来,你的通知根本没走,时间也拿不到 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你这个倒计时,只需要传入过期时间就可以吗?还是怎么样的,因为只有一个时间戳,是否可以加入NSDate类型加载的
The text was updated successfully, but these errors were encountered: