| | |
| | | </div> |
| | | <!-- 选择 手机 邮箱 账户 --> |
| | | <div class="css-62gygx"> |
| | | <div |
| | | <!-- <div |
| | | class="css-ov54vn" |
| | | style="margin-bottom: 20px" |
| | | v-for="(val, index) in funcArr" |
| | | :key="index" |
| | | @click="clickChange(index)" |
| | | > --> |
| | | <div |
| | | class="css-ov54vn" |
| | | style="margin-bottom: 20px" |
| | | v-for="(val, index) in funcArr" |
| | | :key="index" |
| | | > |
| | | <div |
| | | :class="[recordActive == index ? 'active' : '', 'css-1cahv52']" |
| | |
| | | const countryCodeStore = useCountryCodeStore(); |
| | | const userStore = useUserStore(); |
| | | const { t } = useI18n(); |
| | | const funcArr = [t("shoujihao"), t("youxiang"), t("zhanghao")]; |
| | | // const funcArr = [t("shoujihao"), t("youxiang"), t("zhanghao")]; |
| | | const funcArr = [t("youxiang")]; |
| | | const register = ref({ |
| | | username: "", |
| | | password: "", |
| | |
| | | const ImageVerRef = ref(null); |
| | | const isDisabaled = ref(false); |
| | | const type = ref(""); |
| | | const recordActive = ref(2); //注册方式 |
| | | const recordActive = ref(1); //注册方式 |
| | | const VeriCode = ref(t("message.user.huoquyanzhengma")); |
| | | const subPwd = ref(""); |
| | | |
| | |
| | | Axios.resgister({ |
| | | username: account, |
| | | password, |
| | | re_password: password, |
| | | verifcode, |
| | | usercode, |
| | | safeword, |
| | | type: type.value, |
| | | re_safeword: safeword, |
| | | type: type.value || 2, |
| | | }).then((res) => { |
| | | // 注册成功,存储账户信息 |
| | | if (res.code == 0) { |
| | |
| | | Axios.getVeriCode({ |
| | | target, |
| | | areacode: "", |
| | | token: "b85c3b24d6174904a9f20dbc393464bb", |
| | | }).then((res) => { |
| | | if (res.code == "0") { |
| | | ElMessage.success(t("yanzhengmafasongchenggong")); |