1
jhzh
2024-09-15 402042e2ee63f1ed5b1d5d6df483270ab996e76e
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=='zh-TW'){
         this.language='zh-CN'
      }
        this.countriesFind = this.countries[this.language]
        this.getData();
    },