正在显示
1 个修改的文件
包含
5 行增加
和
5 行删除
@@ -98,11 +98,11 @@ | @@ -98,11 +98,11 @@ | ||
98 | <script type="text/javascript"> | 98 | <script type="text/javascript"> |
99 | var h=$(window).height(); | 99 | var h=$(window).height(); |
100 | 100 | ||
101 | - $("body").height(h+"px") | ||
102 | - | ||
103 | - $('.to_register').click(function(){ | ||
104 | - window.location.href = "{:url('user/Register/index')}"; | ||
105 | - }); | 101 | + // $("body").height(h+"px") |
102 | + // | ||
103 | + // $('.to_register').click(function(){ | ||
104 | + // window.location.href = "{:url('user/Register/index')}"; | ||
105 | + // }); | ||
106 | var popup_switch = true; | 106 | var popup_switch = true; |
107 | $('.btn').click(function() { | 107 | $('.btn').click(function() { |
108 | var mobile = $('input[name=mobile]').val(); | 108 | var mobile = $('input[name=mobile]').val(); |
-
请 注册 或 登录 后发表评论