catch中 wx.hideLoading()失效?
发布于 4 年前 作者 yma 11907 次浏览 来自 问答
wx.showLoading()
wx.getFileSystemManager().readFile(
success:()=>{
wx.serviceMarket.invokeService().catch(res=>{wx.hideLoading()})
})
1 回复

请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

回到顶部