hideLoading

微信小程序hideLoading隐藏showToast提示的问题

在调用hideLoading与hideToast时配置参数noConflict: true取消混用特性,解决hideLoading隐藏showToast提示的问题。 wx.hideLoading({ noConflict: true }) //也适用于Taro Taro.hideLoading({ ......
hideLoading showToast 程序 问题

关于微信小程序VM22:2 (in promise) MiniProgramError {“errMsg“:“hideLoading:fail:toast can‘t be found“

参考地址:https://blog.csdn.net/qq_41227106/article/details/108465104 出现错误的原因如下 1、是微信小程序 2、把请求接口统一封装,开始请求接口时showLoading,请求接口后hideLoading 3、一个页面同时请求多个接口,由于请 ......
共2篇  :1/1页 首页上一页1下一页尾页