Commit d2c10e82 by libai

测试

parent 72f941b1
...@@ -123,6 +123,7 @@ ...@@ -123,6 +123,7 @@
height: 0.6rem; height: 0.6rem;
width: 10rem; width: 10rem;
position: absolute; position: absolute;
display: none;
top: 1.2rem; top: 1.2rem;
} }
.hot-list-box { .hot-list-box {
......
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
height: 0.6rem; height: 0.6rem;
width: 10rem; width: 10rem;
position: absolute; position: absolute;
display: none;
top: 1.2rem; top: 1.2rem;
} }
.hot-list-box{ .hot-list-box{
......
...@@ -837,6 +837,7 @@ $(function(){ ...@@ -837,6 +837,7 @@ $(function(){
if(data.room.isLike!=0)$(".room-mc-box").addClass("room-mc-box2") if(data.room.isLike!=0)$(".room-mc-box").addClass("room-mc-box2")
$(".hot-list-box").html('<img src="images/hot-icon.png" alt=""><i>'+data.room.hotResult.score+'</i> <span>&gt;</span>') $(".hot-list-box").html('<img src="images/hot-icon.png" alt=""><i>'+data.room.hotResult.score+'</i> <span>&gt;</span>')
$(".room-hot-box span").text(data.roomOtherInfo.charm) $(".room-hot-box span").text(data.roomOtherInfo.charm)
$(".rich-tips-box").show()
$(".room-mc-face").unbind("click").on("click",function(){ $(".room-mc-face").unbind("click").on("click",function(){
layer.open({ layer.open({
type: 2, type: 2,
...@@ -2160,9 +2161,11 @@ $(function(){ ...@@ -2160,9 +2161,11 @@ $(function(){
return; return;
} }
if(data.code==1){ if(data.code==1){
$(".keyboard-input").val("")
$(".keyboard-box").hide() $(".keyboard-box").hide()
$(".layer-shadow").hide() $(".layer-shadow").hide()
$(".keyboard-input").val("")
} }
} }
}) })
......
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