| | |
| | | "电子邮箱": "E-mail", |
| | | "设置密码": "Set password", |
| | | "请确认密码": "Please confirm your password", |
| | | "邀请码(选填)": "Invitation code (Required)", |
| | | "邀请码(选填)": "Invitation code (Optional)", |
| | | "请输入邀请码": "Please enter the invitation code", |
| | | "已有账号": "Have an account", |
| | | "我已阅读并同意": "I have read and agree", |
| | |
| | | "再次输入密码": "再次输入密码", |
| | | "资金密码": "资金密码", |
| | | "资金密码(6-12个数字)": "资金密码(6-12个数字)", |
| | | "邀请码(选填)": "邀请码(必填)", |
| | | "邀请码(选填)": "邀请码(选填)", |
| | | "我已同意并阅读": "我已同意并阅读", |
| | | "注册": "注册", |
| | | "注册过?": "注册过?", |
| | |
| | | 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(); |
| | | }, |
| | |
| | | }, |
| | | created() { |
| | | this.language = this.$i18n.locale; |
| | | if(this.language=='zh-TW'){ |
| | | this.language='zh-CN' |
| | | } |
| | | this.fetchInfo(); |
| | | }, |
| | | methods: { |
| | |
| | | |
| | | <ExInput :label="$t('设置密码')" :placeholderText="$t('密码(6-12个字符)')" v-model="password" typeText="password" /> |
| | | <ExInput :label="$t('确认密码')" :placeholderText="$t('请确认密码')" v-model="repassword" typeText="password" /> |
| | | <ExInput :label="$t('邀请码(选填)')" :placeholderText="$t('请输入邀请码')" v-model="invitCode" :clearBtn="false" /> |
| | | <ExInput :label="$t('您的邀请码')" :placeholderText="$t('请输入邀请码')" v-model="invitCode" :clearBtn="false" /> |
| | | <div class="protocol textColor"> |
| | | <i @click="agreeProt"> |
| | | <img v-show="agree" src="../../assets/image/login/prot2.png" alt="" /> |
| | |
| | | // return |
| | | // } |
| | | // } |
| | | if(this.invitCode ==''){ |
| | | this.$toast(this.$t('请输入邀请码')); |
| | | return |
| | | } |
| | | // if(this.invitCode ==''){ |
| | | // this.$toast(this.$t('请输入邀请码')); |
| | | // return |
| | | // } |
| | | switch (this.activeIndex) { |
| | | case 0: |
| | | { |