Commit 0d9f130b by libai

测试

parent cf63c4e7
Showing with 1 additions and 10 deletions
......@@ -1107,16 +1107,7 @@ $(function(){
}
msgSend($(".keyboard-input").val())
})
$(".keyboard-input").on("focusout",function(){
if($(".keyboard-input").val()==''){
setTimeout(function() {
layer.msg("請輸入要發送的內容")
}, 300);
return;
}
msgSend($(".keyboard-input").val())
})
$(".room-close").on("click",function(){
if(backGo!=0){
history.back(-1)
......
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 sign in to comment