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