2
zhaoxiaoqiang
2022-08-05 bf89f9c8dac973559480077d71fef6f67d5abc2c
2
1 files modified
6 ■■■■ changed files
src/components/upload/uploadIdCard.vue 6 ●●●● patch | view | raw | blame | history
src/components/upload/uploadIdCard.vue
@@ -22,7 +22,7 @@
    <div>
      <!-- <label class="upload" > -->
        <input
          style=" cursor: pointer"
          style="cursor:pointer"
          type="file"
          id="androidInputFileImage"
          ref="androidInputFileImage"
@@ -32,7 +32,7 @@
      <!-- </label> -->
      <!-- <label class="upload"  > -->
        <input
          style=" cursor: pointer"
          style="cursor:pointer"
          type="file"
          id="androidInputFileCapture"
          ref="androidInputFileCapture"
@@ -317,7 +317,7 @@
    },
    // 选择拍照或者相册选项
    handleMenuSelect(item, index) {
      // console.log(this.$refs.androidInputFileCapture.click(), index);
      console.log(this.$refs.androidInputFileCapture.click(), index);
      if (index === 0) {
        // this.$refs.androidInputFileCapture.dispatchEvent(
        //   new MouseEvent("click")