Browse Source

确权调查移动端

wulanhaote
yujk 3 years ago
parent
commit
b64898428c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/authenticRight/index.vue

+ 1
- 1
src/views/authenticRight/index.vue View File

@@ -113,7 +113,7 @@
:rules="[{ required: true, message: '请填写被核查人姓名' }]" :rules="[{ required: true, message: '请填写被核查人姓名' }]"
> >
<template #button> <template #button>
<van-uploader :after-read="afterRead" v-model="fileList" :preview-image="false" capture="camera" :max-count="1">
<van-uploader :after-read="afterRead" v-model="fileList" :preview-image="false" :max-count="1" capture="camera" accept="image/*">
<van-button icon="photograph" type="primary" size="mini">扫描身份证</van-button> <van-button icon="photograph" type="primary" size="mini">扫描身份证</van-button>
</van-uploader> </van-uploader>
</template> </template>


Loading…
Cancel
Save