Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xugong
hls-xcmg-vue-app
Commits
9e762ecd
Commit
9e762ecd
authored
Mar 17, 2020
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
d34ba129
Pipeline
#5237
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
base-info.vue
src/pages/userBindNew/np/base-info.vue
+4
-4
No files found.
src/pages/userBindNew/np/base-info.vue
View file @
9e762ecd
...
...
@@ -1314,22 +1314,22 @@ export default {
type
===
'front'
?
((
vm
.
idCardFront
=
hlsUtil
.
convertImageUrl
(
imgUrl
[
0
])),
vm
.
idCardIdentify
(
imgUrl
[
0
],
'idCard'
),
(
vm
.
idCardFrontUpload
=
img
data
[
0
]),
(
vm
.
idCardFrontUpload
=
img
Url
[
0
]),
(
vm
.
idCardFrontEditFlag
=
true
))
:
((
vm
.
idCardBack
=
hlsUtil
.
convertImageUrl
(
imgUrl
[
0
])),
vm
.
idCardBackIdentify
(
imgUrl
[
0
],
'idCard'
),
(
vm
.
idCardBackUpload
=
img
data
[
0
]),
(
vm
.
idCardBackUpload
=
img
Url
[
0
]),
(
vm
.
idCardBackEditFlag
=
true
))
}
else
if
(
ocrType
===
'idCardSp'
)
{
// 配偶身份证识别
type
===
'front'
?
((
vm
.
idCardFrontSp
=
hlsUtil
.
convertImageUrl
(
imgUrl
[
0
])),
vm
.
idCardIdentify
(
imgUrl
[
0
],
'idCardSp'
),
(
vm
.
idCardFrontSpUpload
=
img
data
[
0
]),
(
vm
.
idCardFrontSpUpload
=
img
Url
[
0
]),
(
vm
.
idCardFrontSpEditFlag
=
true
))
:
((
vm
.
idCardBackSp
=
hlsUtil
.
convertImageUrl
(
imgUrl
[
0
])),
vm
.
idCardBackIdentify
(
imgUrl
[
0
],
'idCardSp'
),
(
vm
.
idCardBackSptSpUpload
=
img
data
[
0
]),
(
vm
.
idCardBackSptSpUpload
=
img
Url
[
0
]),
(
vm
.
idCardBackSpEditFlag
=
true
))
}
else
if
(
ocrType
===
'bankCard'
)
{
vm
.
bankImg
=
hlsUtil
.
convertImageUrl
(
imgUrl
[
0
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment