zhaoxiaoqiang
2022-08-04 fa4941dabf55bdfb94be93f6c482728bfd64f9f3
select
1 files modified
6 ■■■■ changed files
src/components/upload/uploadIdCard.vue 6 ●●●● patch | view | raw | blame | history
src/components/upload/uploadIdCard.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2019-08-30 18:04:49
 * @LastEditors: zxq
 * @LastEditTime: 2022-08-04 15:56:41
 * @LastEditTime: 2022-08-04 15:59:33
 * @Description:
 -->
<template>
@@ -315,9 +315,9 @@
    handleMenuSelect(item, index) {
      console.log(this.$refs.androidInputFileCapture.click(),index);
      if (index === 0) {
        this.$refs.androidInputFileCapture.tap();
        this.$refs.androidInputFileCapture.select();
      } else {
        this.$refs.androidInputFileImage.tap();
        this.$refs.androidInputFileImage.select();
      }
      this.selectModel = false;
    },