@@ -325,8 +325,9 @@
})
}
}).catch(res => {
+ console.log(res)
uni.showToast({
- title: res.data.message,
+ title: res.errMsg,
icon: 'none',
duration: 2000