mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 05:56:47 +08:00
被保人身份证扫描不能同用一个组件,会出现在数据重复问题
This commit is contained in:
@@ -15,7 +15,7 @@ export function selectComp(that, index, type = '') {
|
|||||||
;[that.occupationShowPicker, title] = [true, '职业类别']
|
;[that.occupationShowPicker, title] = [true, '职业类别']
|
||||||
} else if (index == 3) {
|
} else if (index == 3) {
|
||||||
if (type == '1') {
|
if (type == '1') {
|
||||||
投保人
|
//投保人
|
||||||
CacheUtils.setLocItem('scanFromInsured','true')
|
CacheUtils.setLocItem('scanFromInsured','true')
|
||||||
;[that.isScan, title] = [true, '身份证扫描']
|
;[that.isScan, title] = [true, '身份证扫描']
|
||||||
} else if (type == '2') {
|
} else if (type == '2') {
|
||||||
|
|||||||
Reference in New Issue
Block a user