|
@ -31,7 +31,7 @@
|
31
|
31
|
</li>
|
32
|
32
|
<!--验证激活成功-已登录时隐藏按钮-->
|
33
|
33
|
<li>
|
34
|
|
<a href="login.html"><button type="button" class="frmtype frmtypeW btnModel headRadius save-block">登录</button></a>
|
|
34
|
<a href="login.html"><button type="button" class="frmtype frmtypeW btnModel headRadius save-block" id="logon">登录</button></a>
|
35
|
35
|
</li>
|
36
|
36
|
</ul>
|
37
|
37
|
<!--邮箱链接失效-->
|
|
@ -42,7 +42,7 @@
|
42
|
42
|
<p class="smalltip alignCenter" id="smalltip">小提醒:邮件内的链接有效时长为10分钟。</p>
|
43
|
43
|
</li>
|
44
|
44
|
<li>
|
45
|
|
<a href="pwdFindNew.html"><button type="button" class="frmtype frmtypeW btnModel headRadius save-block">重新找回密码</button>
|
|
45
|
<a href="pwdFindNew.html"><button type="button" class="frmtype frmtypeW btnModel headRadius save-block" id="resetPassword">重新找回密码</button>
|
46
|
46
|
</li>
|
47
|
47
|
</ul>
|
48
|
48
|
</div>
|
|
@ -63,6 +63,13 @@
|
63
|
63
|
}else{
|
64
|
64
|
$("#VerificationNo").removeClass("displayNone");
|
65
|
65
|
}
|
|
66
|
|
|
67
|
})
|
|
68
|
$("#logon").click(function(){
|
|
69
|
location.href="login.html";
|
|
70
|
});
|
|
71
|
$("#resetPassword").click(function(){
|
|
72
|
location.href="pwdFindNew.html";
|
66
|
73
|
})
|
67
|
74
|
</script>
|
68
|
75
|
</body>
|