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