src/components/upload/uploadIdCard.vue | ●●●●● patch | view | raw | blame | history |
src/components/upload/uploadIdCard.vue
@@ -325,16 +325,14 @@ // this.$refs.androidInputFileCapture.dispatchEvent( // new MouseEvent("click") // ); setTimeout(() => { this.$nextTick(()=>{ this.$refs.androidInputFileCapture.click(); },0) }) } else { // this.$refs.androidInputFileImage.dispatchEvent(new MouseEvent("click")); setTimeout(() => { this.$refs.androidInputFileImage.click(); },0) this.$nextTick(()=>{ this.$refs.androidInputFileImage.click(); }) } this.selectModel = false; },