1
zhaoxiaoqiang
2022-08-04 a0c6b235ccc344dd36594973f1e69f052f4aa7f4
src/components/upload/uploadIdCard.vue
@@ -316,10 +316,10 @@
      console.log(this.$refs.androidInputFileCapture.click(),index);
      if (index === 0) {
        this.$refs.androidInputFileCapture.dispatchEvent(new MouseEvent('click'))
        // this.$refs.androidInputFileCapture.select();
        // this.$refs.androidInputFileCapture.ontouch();
      } else {
        this.$refs.androidInputFileImage.dispatchEvent(new MouseEvent('click'))
        // this.$refs.androidInputFileImage.select();
        // this.$refs.androidInputFileImage.touch();
      }
      this.selectModel = false;
    },