From db82e5990f81ba35b1668e08dcbbb71990a6a486 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <287285524@qq.com>
Date: Fri, 05 Aug 2022 15:02:35 +0800
Subject: [PATCH] 身份证

---
 src/components/upload/uploadIdCard.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/components/upload/uploadIdCard.vue b/src/components/upload/uploadIdCard.vue
index 81357e9..8de02da 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-05 14:59:31
+ * @LastEditTime: 2022-08-05 15:02:07
  * @Description:
  -->
 <template>
@@ -110,6 +110,7 @@
     ...mapMutations([SET_APP_LOADING]),
     // 处理图片上传的事件(deleteIndex---删除图片的索引)
     handlePhotoChange: function(evt,type) {
+      this.selectModel = false;
       let that = this;
       let shebei = this.judgeBrand(navigator.userAgent.toLowerCase());
       that.SET_APP_LOADING(true);
@@ -325,7 +326,6 @@
     },
     // 选择拍照或者相册选项
     handleMenuSelect(index) {
-      console.log( this.$children[0]  )
       if (index === 0) {
         this.$refs.androidInputFileCapture.click();
       } else {
@@ -380,6 +380,7 @@
     height: 45px;
     position: relative;
     text-align: center;
+    margin-top: 10px;
     input{
       position: absolute;
       left: 0;

--
Gitblit v1.8.0