luyisha 2 years ago
parent
commit
9c553cf20f
  1. 2
      layout/vCode.vue

2
layout/vCode.vue

@ -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

Loading…
Cancel
Save