在页面中调用 uni.showToast 之后 ,用 plus.runtime.restart重启APP 弹窗不自动关闭一致存在

5***@qq.com
- 发布:2024-03-28 10:49
- 更新:2024-07-04 09:44
- 阅读:210
1 个回复
4***@qq.com
我也遇到了,一直没想明白是什么原因,看了这个经测试确认就是这个原因。在 plus.runtime.restart() 前加了调用 uni.hideToast() 解决。