作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

手机端问题

@@ -61,8 +61,7 @@ @@ -61,8 +61,7 @@
61 }); 61 });
62 //滑动隐藏键盘 62 //滑动隐藏键盘
63 $('.container').on('touchstart',function(){ 63 $('.container').on('touchstart',function(){
64 - $('textarea').blur()  
65 - $('.more').hide(); 64 + $('input').blur();
66 }); 65 });
67 </script> 66 </script>
68 <script> 67 <script>