catch(err=>{
//这里没有使用err页面会报错
Toast('请求失败')
})
Toast('提示内容')前面加一行: console.log(err)即可
老师好像把这里的err改成了()