Browse Source

修改验证

master
liaoxinyu 11 months ago
parent
commit
7bd364e6bf
  1. 2
      src/views/signUp/index.vue

2
src/views/signUp/index.vue

@ -354,6 +354,8 @@ export default {
email: this.user.email,
gc_code: this.user.gc_code,
gc_key: this.gc_key,
password: this.user.password,
withdrawal_psw: this.user.withdrawal_psw,
token
})
.then(data => {

Loading…
Cancel
Save