feat(realInfo): 实名认证添加详细地址列
This commit is contained in:
parent
6de2512796
commit
1ee01f9840
|
@ -475,8 +475,13 @@ export default {
|
||||||
text: '证件(反面)',
|
text: '证件(反面)',
|
||||||
checked: true,
|
checked: true,
|
||||||
prop: 'idCardBack'
|
prop: 'idCardBack'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 12,
|
||||||
|
text: '详细地址',
|
||||||
|
checked: true,
|
||||||
|
prop: 'address'
|
||||||
}
|
}
|
||||||
|
|
||||||
],
|
],
|
||||||
moren: 'RealInfo',
|
moren: 'RealInfo',
|
||||||
topList: [
|
topList: [
|
||||||
|
|
Loading…
Reference in New Issue