wx.hideLoading()后wx.showToast() 在真机上不显示
wx.hideLoading();
wx.showToast({
title: ‘成功’,
icon: ‘success’
})
toast在模拟器上显示,真机上不显示。
wx.hideLoading();
wx.showToast({
title: ‘成功’,
icon: ‘success’
})
toast在模拟器上显示,真机上不显示。