jhzh
2024-11-29 f3e70d4fb065b5e4c5478d07fdeb3f7e2483730c
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();
    },