1
jhzh
2025-05-29 1e888afdc51b931c0b4e9dc13774c33980396ba5
src/page/authentication/index.vue
@@ -120,7 +120,7 @@
                {{ $t("证件反面") }}
              </div>
            </div>
            <!-- <div
            <div
              class="flex-1 flex flex-col text-center justify-center items-center"
            >
              <div class="upload-wrap">
@@ -144,7 +144,7 @@
              <div class="mt-32 font-26 h-20" style="color: #868d9a">
                {{ $t("手持证件照") }}
              </div>
            </div> -->
            </div>
          </div>
        </div>
        <template v-if="!disabled()">
@@ -167,9 +167,9 @@
          <span class="text-grey">{{
            $t("上传证件照失败,请联系客服获取邮箱地址发送证件照或者重新上传")
          }}</span>
          <span class="text-blue service-text" @click="tokefu">
          <!-- <span class="text-blue service-text" @click="tokefu">
            {{ $t("联系客服") }}</span
          >
          > -->
        </div>
        <nationality-list
          ref="controlChild"
@@ -229,6 +229,9 @@
  },
  created() {
    this.language = this.$i18n.locale;
   if(this.language=='zh-TW'){
      this.language='zh-CN'
   }
    this.fetchInfo();
  },
  methods: {