style:登录
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -21,7 +21,7 @@ function login() { | ... | @@ -21,7 +21,7 @@ function login() { |
21 | }) | 21 | }) |
22 | } | 22 | } |
23 | window.onbeforeunload = function () { | 23 | window.onbeforeunload = function () { |
24 | delCookie(); | 24 | delCookie(); |
25 | } | 25 | } |
26 | $(document).on('click', '.PersonLogin', function () { | 26 | $(document).on('click', '.PersonLogin', function () { |
27 | login(); | 27 | login(); | ... | ... |
-
Please register or sign in to post a comment