mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 06:02:52 +08:00
身份证背面取值问题
This commit is contained in:
@@ -159,7 +159,7 @@ export default {
|
||||
// if (idCardInfo.state == '1') {
|
||||
// that.stateBack = idCardInfo.state
|
||||
that.stateBack = 1
|
||||
that.imgBack = idCardInfo.imagePath
|
||||
that.imgBack = idCardInfo.imageBase64
|
||||
that.startDate = idCardInfo.validDateStart
|
||||
that.endDate = idCardInfo.validDateEnd
|
||||
window.localStorage.setItem('imgBackPath', encodeURI(idCardInfo.imagePath).replace(/\+/g, '%2B'))
|
||||
@@ -171,7 +171,7 @@ export default {
|
||||
// if (idCardInfo.state == '1') {
|
||||
// that.stateBack = idCardInfo.state
|
||||
that.stateBack = 1
|
||||
that.imgBack = idCardInfo.imagePath
|
||||
that.imgBack = idCardInfo.imageBase64
|
||||
window.localStorage.setItem('imgBackInsuredPath', encodeURI(idCardInfo.imagePath).replace(/\+/g, '%2B'))
|
||||
that.startDate = idCardInfo.validDateStart
|
||||
that.endDate = idCardInfo.validDateEnd
|
||||
|
||||
Reference in New Issue
Block a user