Browse Source

删除注册成功跳转路径的href

zzy.zhiyuan.foxmail 8 years ago
parent
commit
ba7bc20bf5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/webapp/register.html

+ 2 - 2
src/main/webapp/register.html

@ -20,8 +20,8 @@
20 20
    <div class="vercompleted">
21 21
        <h3>已经完成注册,是否现在去完善个人信息?</h3>
22 22
        <div class="verbtnbox">
23
            <a href="information-add.html" class="verbtn" id="todayPerfect">现在完善</a>
24
            <a href="index.html" class="verbtn"id="afterSay">以后再说</a>
23
            <a class="verbtn" id="todayPerfect">现在完善</a>
24
            <a class="verbtn"id="afterSay">以后再说</a>
25 25
        </div>
26 26
    </div>
27 27
</div>