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