Commit 0da021ce authored by 黄奎's avatar 黄奎

新增错误提示

parent 2bebc254
...@@ -580,7 +580,12 @@ ...@@ -580,7 +580,12 @@
duration: 3000 duration: 3000
}) })
} }
}, fail => { }, (fail) => {
uni.showToast({
title: fail.message,
icon: 'none',
duration: 3000
})
this.submit = false; this.submit = false;
}); });
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment