src/components/upload/uploadIdCard.vue
@@ -1,7 +1,7 @@ <!-- * @Date: 2019-08-30 18:04:49 * @LastEditors: zxq * @LastEditTime: 2022-08-04 15:30:00 * @LastEditTime: 2022-08-04 15:35:58 * @Description: --> <template> @@ -315,9 +315,9 @@ handleMenuSelect(item, index) { console.log(this.$refs,index) if (index === 0) { this.$refs.androidInputFileCapture.onclick(); this.$refs.androidInputFileCapture.$el.click(); } else { this.$refs.androidInputFileImage.onclick(); this.$refs.androidInputFileImage.$el.click(); } this.selectModel = false; },