1
jhzh
2025-03-18 27249aa03794225992acbb397987afcd75c6efae
src/page/authentication/index.vue
@@ -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: {