jhzh
2024-10-22 f9ed6a8d29e3d465afcdcd7e5840df1d77d49c66
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();
    },