wx.showToast被wx.hideloading关闭的问题
scollTolowerFun:function(){
wx.showToast({
title: ‘showToast’,
icon: ‘success’,
duration: 2000
})
wx.hideLoading();
}
scollTolowerFun:function(){
wx.showToast({
title: ‘showToast’,
icon: ‘success’,
duration: 2000
})
wx.hideLoading();
}