Commit 86801f46 by 陈超

T

parent 09bd6aec
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
</div> </div>
<script> <script>
// $(function(){ $(function(){
// $('.loginbox').height($('.loginbox')[0].clientHeight); // $('.loginbox').height($('.loginbox')[0].clientHeight);
// $('.login_btn').click(function(){ // $('.login_btn').click(function(){
// if($('#account_input').val() == ''){ // if($('#account_input').val() == ''){
...@@ -89,8 +89,8 @@ ...@@ -89,8 +89,8 @@
// } // }
// },'json'); // },'json');
// }); // });
// $("#preloader").hide(); $("#preloader").hide();
// }); });
String.prototype.isMobile = function() { String.prototype.isMobile = function() {
return (/^1[3|4|5|6|7|8|9]\d{9}$/.test(this)); return (/^1[3|4|5|6|7|8|9]\d{9}$/.test(this));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment