14816e14 by zhangmeng

账号注册

1 parent 92ba1c1c
......@@ -114,11 +114,9 @@
<el-form-item :label="language==0?'邮箱':'E-mail'" required>
<div class="pvbox">
<el-input
v-model="wdsfData.email" :disabled="wdsfData.personFlag=='1'" autocomplete="false"
type="text"
v-model="wdsfData.email" :disabled="wdsfData.personFlag=='1'" autocomplete="false" type="text"
@blur="verifyCode" @change="resetCode(1)"
/>
<span
v-if="wdsfData.personFlag=='1'" class="text-primary"
@click="forgetPassword(wdsfData.email)"
......@@ -306,6 +304,7 @@ function codeSuccess(msg) {
if (isCodeTrue.value == 1) {
checkWdsf({ card: form.value.card }).then(res => {
wdsfData.value = res.data
wdsfData.value.personFlag = '0'// 同一个wdsf号可以多次注册
if (wdsfData.value.passportUrl) {
}
if (wdsfData.value.wdsfFlag == '0') {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!