|
|
@ -75,7 +75,7 @@ export default { |
|
|
} |
|
|
} |
|
|
if (this.load) return; |
|
|
if (this.load) return; |
|
|
this.inSend = true; |
|
|
this.inSend = true; |
|
|
Member.sendEmailCode(this.data) |
|
|
serve.post(this.url, this.data) |
|
|
.then(() => { |
|
|
.then(() => { |
|
|
if(res.code!=='200'){//4001|1004 |
|
|
if(res.code!=='200'){//4001|1004 |
|
|
this.inSend = false |
|
|
this.inSend = false |
|
|
|