wx.hideloading 还是会关闭 wx.showToast
例如 :
success (res) => {
wx.showToast({ title: 'hello', duration: 2000000 })
}) |
请求成功后, toast不会显示,或者一闪而过。
例如 :
success (res) => {
wx.showToast({ title: 'hello', duration: 2000000 })
}) |
请求成功后, toast不会显示,或者一闪而过。