wx.showLoading有时出现无法无法隐藏
- 当前 Bug 的表现(可附上截图)
小程序ID:wx173b159ec0bbc9ca
- 预期表现
有时出现showloading无法隐藏
- 复现路径
“pages/index/index”
- 提供一个最简复现 Demo
手机端尝试
wx.showLoading({title: '加载中', mask: true}) 在complete中setTimeout(function () {wx.hideLoading()}, 900);
小程序ID:wx173b159ec0bbc9ca
有时出现showloading无法隐藏
“pages/index/index”
手机端尝试
wx.showLoading({title: '加载中', mask: true}) 在complete中setTimeout(function () {wx.hideLoading()}, 900);