作者 李洪娟
1 个管道 的构建 通过 耗费 0 秒

合并分支 'lihong' 到 'master'

修改



查看合并请求 !192
@@ -45,7 +45,7 @@ html, @@ -45,7 +45,7 @@ html,
45 body { 45 body {
46 /*position: relative;*/ 46 /*position: relative;*/
47 width: 100%; 47 width: 100%;
48 - height: 100%; 48 + /*height: 100%;*/
49 padding: 0; 49 padding: 0;
50 margin: 0; 50 margin: 0;
51 background-color: #F8F8F8; 51 background-color: #F8F8F8;
@@ -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();