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; },