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;
this.inSend = true;
Member.sendEmailCode(this.data)
serve.post(this.url, this.data)
.then(() => {
if(res.code!=='200'){//4001|1004
this.inSend = false

Loading…
Cancel
Save