|
|
|
|
@ -57,7 +57,7 @@
|
|
|
|
|
type: 'slot',
|
|
|
|
|
pColumn: 12,
|
|
|
|
|
require: true,
|
|
|
|
|
customRequire:true
|
|
|
|
|
customRequire: true,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: '',
|
|
|
|
|
@ -82,7 +82,7 @@
|
|
|
|
|
pColumn: 12,
|
|
|
|
|
require: true,
|
|
|
|
|
type: 'slot',
|
|
|
|
|
customRequire:true
|
|
|
|
|
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">
|
|
|
|
|
|