1
jhzh
2024-10-21 b07cdd51ed7a0c545391da354660dc8ffb0d5fbd
src/page/authentication/components/nationalityList.vue
@@ -172,6 +172,9 @@
    mounted() {
        // this.$emit('excountry', this.countries[this.countryCode])
        this.language = this.$i18n.locale
      if(this.language=='ko'){
         this.language = 'Korean'
      }
        this.countriesFind = this.countries[this.language]
        this.getData();
    },
@@ -186,6 +189,9 @@
            this.isShow = true;
        },
        getData() {
         if(this.language=='ko'){
            this.language = 'Korean'
         }
            let us_name = this.countries[this.language]['us']['name'];
            this.$emit('getName', us_name, 'us', 1);
        },