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

合并分支 'lihong' 到 'master'

修改



查看合并请求 !192
... ... @@ -45,7 +45,7 @@ html,
body {
/*position: relative;*/
width: 100%;
height: 100%;
/*height: 100%;*/
padding: 0;
margin: 0;
background-color: #F8F8F8;
... ...
... ... @@ -98,11 +98,11 @@
<script type="text/javascript">
var h=$(window).height();
// $("body").height(h+"px")
//
// $('.to_register').click(function(){
// window.location.href = "{:url('user/Register/index')}";
// });
$("body").height(h+"px")
$('.to_register').click(function(){
window.location.href = "{:url('user/Register/index')}";
});
var popup_switch = true;
$('.btn').click(function() {
var mobile = $('input[name=mobile]').val();
... ...