We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
①:点击first,fourth,fifth,然后再快递点击third,third显示从1开始
②:点击first,fourth,fifth,然后再点击third一次,然后再快速点击third多次,third显示从99开始,然后累加了起来
The text was updated successfully, but these errors were encountered:
当最新的任务需要展示固定数字 addLiveGiftShowModel:showNumber 且不存在旧模型 !oldShowView || ![oldShowView isKindOfClass:[LiveGiftShowView class]] 且当前弹幕数量大于最大限制 self.showViewArr.count >= live_maxGiftShowCount 则加入队列,此时未考虑到showNumber addToQueue:
addLiveGiftShowModel:showNumber
!oldShowView || ![oldShowView isKindOfClass:[LiveGiftShowView class]]
self.showViewArr.count >= live_maxGiftShowCount
showNumber
addToQueue:
在fix/show_number分支修复
fix/show_number
Sorry, something went wrong.
No branches or pull requests
①:点击first,fourth,fifth,然后再快递点击third,third显示从1开始
②:点击first,fourth,fifth,然后再点击third一次,然后再快速点击third多次,third显示从99开始,然后累加了起来
The text was updated successfully, but these errors were encountered: