Commit a3214042 by libai

ft活动上线

parent f8c0413e
Showing with 2 additions and 2 deletions
......@@ -295,7 +295,7 @@ $(function(){
continue;
}
html+='<li>';
html+='<img class="record-face" src="https://big.bgp.ourpow.com/comm'+list.face+'?x-oss-process=image/resize,w_80" alt="">';
html+='<a href="yazhai://_' + list.roomId + '_zone"><img class="record-face" src="https://big.bgp.ourpow.com/comm'+list.face+'?x-oss-process=image/resize,w_80" alt=""></a>';
if(list.isLisk==0)html+='<div data-type="'+list.roomId+'" class="record-like record-like-click"></div>';
else html+='<div class="record-like record-like-end"></div>';
html+='<p class="record-p1">6-'+(i+1)+'</p>';
......@@ -478,7 +478,7 @@ $(".list2-btn1 div").on("click",function(){
}
$(".king1-img2").attr("src","https://big.bgp.ourpow.com/comm"+data.result.roomSexData.face+"?x-oss-process=image/resize,w_110")
$(".king1-p2").text(data.result.roomSexData.nickName)
$(".king1-img").unbind("click").on("click",function(){
$(".king1-img1").unbind("click").on("click",function(){
window.location.href='yazhai://_' + data.result.roomSexData.uid + '_zone'
})
if(data.result.roomSexData.isLike==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