zhaoxiaoqiang
2022-08-05 db82e5990f81ba35b1668e08dcbbb71990a6a486
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;