123
dcc
2024-06-28 25b2ba1cf86bc3439e7ad2acf2cd4a9ea7e4b0ed
src/page/register/identity.vue
@@ -117,7 +117,7 @@
            </div>
            <div class="mt-32 font-26 h-20 textColor">{{ $t("证件反面") }}</div>
          </div>
          <div
          <!-- <div
            class="flex-1 flex flex-col text-center justify-center items-center"
          >
            <div class="upload-wrap">
@@ -141,7 +141,7 @@
            <div class="mt-32 font-26 h-20 textColor">
              {{ $t("手持证件照") }}
            </div>
          </div>
          </div> -->
        </div>
      </div>
      <template v-if="!disabled()">
@@ -226,7 +226,7 @@
          this.name = data.name;
          this.frontFile = data.idimg_1 ? [{ url: data.idimg_1_path }] : [];
          this.reverseFile = data.idimg_2 ? [{ url: data.idimg_2_path }] : [];
          this.fileList = data.idimg_3 ? [{ url: data.idimg_3_path }] : [];
          // this.fileList = data.idimg_3 ? [{ url: data.idimg_3_path }] : [];
        }
      });
    },