slideDown slideUp -> hide show
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -33,13 +33,13 @@ function switchLoginBtnStatus() { | @@ -33,13 +33,13 @@ function switchLoginBtnStatus() { | ||
33 | //显示找回密码面板 | 33 | //显示找回密码面板 |
34 | function showRetrivePanel() { | 34 | function showRetrivePanel() { |
35 | $mask.show(); | 35 | $mask.show(); |
36 | - $ways.slideDown(); | 36 | + $ways.show(); |
37 | } | 37 | } |
38 | 38 | ||
39 | //隐藏找回密码面板 | 39 | //隐藏找回密码面板 |
40 | function hideRetrivePanel() { | 40 | function hideRetrivePanel() { |
41 | $mask.hide(); | 41 | $mask.hide(); |
42 | - $ways.slideUp(); | 42 | + $ways.hide(); |
43 | } | 43 | } |
44 | 44 | ||
45 | //密码显示与隐藏 | 45 | //密码显示与隐藏 |
-
Please register or login to post a comment