Browse Source

修改验证

master
liaoxinyu 10 months ago
parent
commit
6ccd36159b
  1. 6
      pages/reg/index.vue

6
pages/reg/index.vue

@ -98,8 +98,10 @@
url="/register/sendEmailCode"
:data="{
email:form.account,
gc_code: form.gr_code,
gc_key: gc_key,
gc_code: form.gr_code,
gc_key: gc_key,
password: form.password,
withdrawal_psw: form.withdrawal_psw,
type:1
}"
v-show="form.type==2"

Loading…
Cancel
Save