@ -80,7 +80,7 @@ export default {
this.inSend = true;
serve.post(this.url, this.data)
.then((res) => {
if(res.code!=='200'){//4001|1004
if(res.code!='200'){//4001|1004
this.inSend = false
this.$toast(res.message);
// 如果返回错误码