| | |
| | | style="margin-bottom: 20px" |
| | | v-for="(val, index) in funcArr" |
| | | :key="index" |
| | | @click="clickChange(index)" |
| | | @click="clickChange(index+1)" |
| | | > |
| | | <div |
| | | :class="[recordActive == index ? 'active' : '', 'css-1cahv52']" |
| | | :class="[recordActive == index+1 ? 'active' : '', 'css-1cahv52']" |
| | | > |
| | | {{ val }} |
| | | </div> |
| | |
| | | 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"), t("zhanghao")]; |
| | | const register = ref({ |
| | | username: "", |
| | | password: "", |