输入框遮挡测试

pull/23/head
taoshihan1991 3 years ago
parent 5e6e787a16
commit cfb82e2c38

@ -76,5 +76,5 @@
var LANG=checkLang();
</script>
<script src="/static/js/chat-lang.js?v=1.0.0"></script>
<script src="/static/js/chat-page.js?v=1.0.3"></script>
<script src="/static/js/chat-page.js?v=1.0.4"></script>
</html>

@ -318,7 +318,8 @@ new Vue({
$(window).resize(function(){
var docheight = $(window).height(); /*唤起键盘时当前窗口高度*/
console.log(docheight,windheight);
_this.scrollBottom();
//_this.scrollBottom();
$('body').scrollTop(99999999);
// if(docheight < windheight){ /*当唤起键盘高度小于未唤起键盘高度时执行*/
// $(".chatBoxSend").css("position","static");
// }else{

Loading…
Cancel
Save