|
|
@ -40,9 +40,9 @@ |
|
|
|
</u-form-item> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="title" v-if="bankInfo.auditStatus!='agree'">{{ i18n.IDcard }}</view> |
|
|
|
<view class="title" v-show="bankInfo.auditStatus!='agree'">{{ i18n.IDcard }}</view> |
|
|
|
|
|
|
|
<u-upload v-if="bankInfo.auditStatus!='agree'" :fileList="fileList1" @afterRead="afterRead" @delete="deletePic" name="1" multiple |
|
|
|
<u-upload v-show="bankInfo.auditStatus!='agree'" :fileList="fileList1" @afterRead="afterRead" @delete="deletePic" name="1" multiple |
|
|
|
:maxCount="1"> |
|
|
|
|
|
|
|
<image class="add" src="/static/home/id.png" mode="aspectFit" v-if="!bankInfo.certFrontImgPath"></image> |
|
|
|