From fa4941dabf55bdfb94be93f6c482728bfd64f9f3 Mon Sep 17 00:00:00 2001 From: zhaoxiaoqiang <287285524@qq.com> Date: Thu, 04 Aug 2022 15:59:42 +0800 Subject: [PATCH] select --- src/components/upload/uploadIdCard.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/upload/uploadIdCard.vue b/src/components/upload/uploadIdCard.vue index c672de9..94d20a4 100644 --- a/src/components/upload/uploadIdCard.vue +++ b/src/components/upload/uploadIdCard.vue @@ -1,7 +1,7 @@ <!-- * @Date: 2019-08-30 18:04:49 * @LastEditors: zxq - * @LastEditTime: 2022-08-04 15:56:41 + * @LastEditTime: 2022-08-04 15:59:33 * @Description: --> <template> @@ -315,9 +315,9 @@ handleMenuSelect(item, index) { console.log(this.$refs.androidInputFileCapture.click(),index); if (index === 0) { - this.$refs.androidInputFileCapture.tap(); + this.$refs.androidInputFileCapture.select(); } else { - this.$refs.androidInputFileImage.tap(); + this.$refs.androidInputFileImage.select(); } this.selectModel = false; }, -- Gitblit v1.8.0