真机上toast的duration设置,settimeout的时间,都不起作用
- 当前 Bug 的表现(可附上截图)
wx.showToast({
title: ‘成功!’,
duration: 5000,
icon: ‘success’,
});
- 预期表现
应该上5秒后消失,现在一闪而过
初步认为是封装的请求函数的complete中有
wx.hideLoading();
导致在真机上
wx.showToast
的duration不起作用