当showToast的icon值为none时,在开发工具上无法触摸穿透
wx.showToast({ title: '成功', icon: 'none', duration: 10000}) |
的icon值为none时,在开发工具上无法触摸穿透(无法点击,无法滚动),mask值设为false也同样.
icon为success时正常
真机表现正常
wx.showToast({ title: '成功', icon: 'none', duration: 10000}) |
的icon值为none时,在开发工具上无法触摸穿透(无法点击,无法滚动),mask值设为false也同样.
icon为success时正常
真机表现正常