16efcdfd by zhangmeng

封面比例

1 parent c0c59ce7
...@@ -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'
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!