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
加载中用的是Toast.loading()么?如何主动关闭?就是在获取API数据成功之后再关闭,不设置定时
The text was updated successfully, but these errors were encountered:
Toast.close() 可以用于提前关闭 toast 层,可以自己设置一个稍长点儿的时间,然后自己用 Toast.close() 一关闭。 目前也有考虑在之后的更新中允许不倒计时。
Sorry, something went wrong.
Toast.loading({ message:'Loaidng', duration:0 })
duration设置为0就一直都在了
duration
No branches or pull requests
加载中用的是Toast.loading()么?如何主动关闭?就是在获取API数据成功之后再关闭,不设置定时
The text was updated successfully, but these errors were encountered: