正在显示
1 个修改的文件
包含
4 行增加
和
4 行删除
@@ -59,10 +59,10 @@ | @@ -59,10 +59,10 @@ | ||
59 | $('.input input').on("blur", function () { | 59 | $('.input input').on("blur", function () { |
60 | window.scroll(0, 0); | 60 | window.scroll(0, 0); |
61 | }); | 61 | }); |
62 | - //滑动隐藏键盘 | ||
63 | - $('.container').on('touchstart',function(){ | ||
64 | - $('input').blur(); | ||
65 | - }); | 62 | + // //滑动隐藏键盘 |
63 | + // $('.container').on('touchstart',function(){ | ||
64 | + // $('input').blur(); | ||
65 | + // }); | ||
66 | </script> | 66 | </script> |
67 | <script> | 67 | <script> |
68 | $(function(){ | 68 | $(function(){ |
-
请 注册 或 登录 后发表评论