Browse Source

修改验证

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

6
pages/reg/index.vue

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

Loading…
Cancel
Save