wx.showToast问题?
wx.showToast({
title: '网路异常~ 请重新提交',
icon: 'none'
})
使用wx.showToast组件报错。
常见请求返回404时报错
错误信息:showToast:fail parameter error: parameter.title should be String instead of Undefined;
wx.showToast({
title: '网路异常~ 请重新提交',
icon: 'none'
})
使用wx.showToast组件报错。
常见请求返回404时报错
错误信息:showToast:fail parameter error: parameter.title should be String instead of Undefined;