|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<template>
|
|
|
|
|
<view class="p-root-detail-fellow g_w_all g_h_all g_bg_f_5 g_kuaishou">
|
|
|
|
|
<view>
|
|
|
|
|
<view class="g_h_10"></view>
|
|
|
|
|
<view class="g_h_10"></view>
|
|
|
|
|
<g-panel-form-slot
|
|
|
|
|
:list="[
|
|
|
|
|
{
|
|
|
|
|
@ -29,7 +29,7 @@
|
|
|
|
|
value: info.name,
|
|
|
|
|
path: '',
|
|
|
|
|
tip: 'slot-upID',
|
|
|
|
|
img:info.idCardImageUrl,
|
|
|
|
|
img: info.idCardImageUrl,
|
|
|
|
|
placeholder: '手动输入或拍照自动识别 → ',
|
|
|
|
|
type: 'slot',
|
|
|
|
|
pColumn: 8,
|
|
|
|
|
@ -57,7 +57,7 @@
|
|
|
|
|
type: 'slot',
|
|
|
|
|
pColumn: 12,
|
|
|
|
|
require: true,
|
|
|
|
|
customRequire:true
|
|
|
|
|
customRequire: true,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: '',
|
|
|
|
|
@ -81,8 +81,8 @@
|
|
|
|
|
tip: 'slot-nation',
|
|
|
|
|
pColumn: 12,
|
|
|
|
|
require: true,
|
|
|
|
|
type:'slot',
|
|
|
|
|
customRequire:true
|
|
|
|
|
type: 'slot',
|
|
|
|
|
customRequire: true,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: '',
|
|
|
|
|
@ -95,7 +95,20 @@
|
|
|
|
|
type: 'slot',
|
|
|
|
|
pColumn: 8,
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
]"
|
|
|
|
|
@changeName="handleClickName"
|
|
|
|
|
@changeSex="handleClickSex"
|
|
|
|
|
@changeAge="handleClickAge"
|
|
|
|
|
@changeNation="handleClickNation"
|
|
|
|
|
@changeIDcard="handleClickIDcard"
|
|
|
|
|
@changeAddress="handleClickAddress"
|
|
|
|
|
@updateFile="updateFile"
|
|
|
|
|
@updateIDInfo="handlerIDInfo"
|
|
|
|
|
>
|
|
|
|
|
</g-panel-form-slot>
|
|
|
|
|
<view class="g_h_10"></view>
|
|
|
|
|
<g-panel-form-slot
|
|
|
|
|
:list="[
|
|
|
|
|
{
|
|
|
|
|
icon: '',
|
|
|
|
|
label: '上传附件',
|
|
|
|
|
@ -106,14 +119,7 @@
|
|
|
|
|
pColumn: 16,
|
|
|
|
|
},
|
|
|
|
|
]"
|
|
|
|
|
@changeName="handleClickName"
|
|
|
|
|
@changeSex="handleClickSex"
|
|
|
|
|
@changeAge="handleClickAge"
|
|
|
|
|
@changeNation="handleClickNation"
|
|
|
|
|
@changeIDcard="handleClickIDcard"
|
|
|
|
|
@changeAddress="handleClickAddress"
|
|
|
|
|
@updateFile="updateFile"
|
|
|
|
|
@updateIDInfo="handlerIDInfo"
|
|
|
|
|
>
|
|
|
|
|
<template v-slot:after>
|
|
|
|
|
<view class="g_flex_row_start g_p_10" v-if="imgList.length > 0">
|
|
|
|
|
@ -121,9 +127,8 @@
|
|
|
|
|
<i class="iconfont icon-guanbi img-close" @click="delImg(index)"></i>
|
|
|
|
|
<image :src="item" class="g_w_56 g_h_56 g_radius_8" />
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</template>
|
|
|
|
|
</g-panel-form-slot>
|
|
|
|
|
</view> </template
|
|
|
|
|
></g-panel-form-slot>
|
|
|
|
|
<g-panel-fixed>
|
|
|
|
|
<slot>
|
|
|
|
|
<view class="g_flex_row_center">
|
|
|
|
|
|