账号注册
Showing
1 changed file
with
2 additions
and
3 deletions
| ... | @@ -114,11 +114,9 @@ | ... | @@ -114,11 +114,9 @@ |
| 114 | <el-form-item :label="language==0?'邮箱':'E-mail'" required> | 114 | <el-form-item :label="language==0?'邮箱':'E-mail'" required> |
| 115 | <div class="pvbox"> | 115 | <div class="pvbox"> |
| 116 | <el-input | 116 | <el-input |
| 117 | v-model="wdsfData.email" :disabled="wdsfData.personFlag=='1'" autocomplete="false" | 117 | v-model="wdsfData.email" :disabled="wdsfData.personFlag=='1'" autocomplete="false" type="text" |
| 118 | type="text" | ||
| 119 | @blur="verifyCode" @change="resetCode(1)" | 118 | @blur="verifyCode" @change="resetCode(1)" |
| 120 | /> | 119 | /> |
| 121 | |||
| 122 | <span | 120 | <span |
| 123 | v-if="wdsfData.personFlag=='1'" class="text-primary" | 121 | v-if="wdsfData.personFlag=='1'" class="text-primary" |
| 124 | @click="forgetPassword(wdsfData.email)" | 122 | @click="forgetPassword(wdsfData.email)" |
| ... | @@ -306,6 +304,7 @@ function codeSuccess(msg) { | ... | @@ -306,6 +304,7 @@ function codeSuccess(msg) { |
| 306 | if (isCodeTrue.value == 1) { | 304 | if (isCodeTrue.value == 1) { |
| 307 | checkWdsf({ card: form.value.card }).then(res => { | 305 | checkWdsf({ card: form.value.card }).then(res => { |
| 308 | wdsfData.value = res.data | 306 | wdsfData.value = res.data |
| 307 | wdsfData.value.personFlag = '0'// 同一个wdsf号可以多次注册 | ||
| 309 | if (wdsfData.value.passportUrl) { | 308 | if (wdsfData.value.passportUrl) { |
| 310 | } | 309 | } |
| 311 | if (wdsfData.value.wdsfFlag == '0') { | 310 | if (wdsfData.value.wdsfFlag == '0') { | ... | ... |
-
Please register or sign in to post a comment