@@ -532,7 +532,7 @@ export default {
this.clearForm();
}
}).catch(err => {
- uni.$u.toast(err.msg);
+ uni.$u.toast(err);
})
} else {
console.log('表单校验不通过');