https://developers.weixin.qq.com/miniprogram/dev/api/ui/interaction/wx.showToast.html
wx.showToast({
title: '该用户不存在',
icon: 'error',
duration: 2000
})
显示的图标和success一样不是error图标
框架类型 | 问题类型 | 操作系统 | 工具版本 |
---|---|---|---|
小程序 | Bug | Windows | 2.14.1 |
https://developers.weixin.qq.com/miniprogram/dev/api/ui/interaction/wx.showToast.html
wx.showToast({
title: '该用户不存在',
icon: 'error',
duration: 2000
})
显示的图标和success一样不是error图标
2 个回答
我也是,但之前好像不是这样。。。不知道是不是官方更新了什么
工具的确有BUG,真机不会