|
@@ -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();
|