封面比例
Showing
1 changed file
with
1 additions
and
2 deletions
| ... | @@ -430,7 +430,6 @@ function next() { | ... | @@ -430,7 +430,6 @@ function next() { |
| 430 | obj.passportUrl = wdsfData.value.passportUrl || '' | 430 | obj.passportUrl = wdsfData.value.passportUrl || '' |
| 431 | } | 431 | } |
| 432 | registerSingle(obj).then(res => { | 432 | registerSingle(obj).then(res => { |
| 433 | debugger | ||
| 434 | setToken(res.data.token) | 433 | setToken(res.data.token) |
| 435 | afterR() | 434 | afterR() |
| 436 | }) | 435 | }) |
| ... | @@ -445,7 +444,7 @@ function next() { | ... | @@ -445,7 +444,7 @@ function next() { |
| 445 | passportNumber: wdsfData.value.passportNumber, | 444 | passportNumber: wdsfData.value.passportNumber, |
| 446 | picUrl: wdsfData.value.picUrl, | 445 | picUrl: wdsfData.value.picUrl, |
| 447 | birth: wdsfData.value.birthday, | 446 | birth: wdsfData.value.birthday, |
| 448 | personId: wdsfData.value.personId, | 447 | // personId: wdsfData.value.personId, |
| 449 | username: wdsfData.value.email, | 448 | username: wdsfData.value.email, |
| 450 | password: form.value.password, | 449 | password: form.value.password, |
| 451 | ocrFlag: '1' | 450 | ocrFlag: '1' | ... | ... |
-
Please register or sign in to post a comment