提交 47a83296 authored 作者: lihuihui's avatar lihuihui

update: 报名修改

上级 e7e9e06f
<template>
<div class="right_bar">
<ul class="tab_btns">
<li
<!-- <li
:class="{ enroll: true, active: tabBtnActive && tabBtnTarget === 'enroll' }"
@mouseenter="handleMsOver('enroll')"
@mouseleave="handleMsOut"
>
<p>{{ $t('aside.apply') }}</p>
</li>
> -->
<app-link to="/my/account">
<li
:class="{ enroll: true, active: tabBtnActive && tabBtnTarget === 'enroll' }"
>
<p>{{ $t('aside.apply') }}</p>
</li>
</app-link>
<li
:class="{ wx: true, active: tabBtnActive && tabBtnTarget === 'wx' }"
@mouseenter="handleMsOver('wx')"
......@@ -65,8 +70,10 @@
</template>
<script>
import { sendCode, checkCode, postNes } from '@/api'
import AppLink from '@/components/Link'
const MOBILE_REG = /^1(3[0-9]|4[01456879]|5[0-35-9]|6[2567]|7[0-8]|8[0-9]|9[0-35-9])\d{8}$/
export default {
components: { AppLink },
data() {
return {
tabBtnActive: false,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论