Commit 2d24bf90 by libai

测试

parent 0abb35be
Showing with 2 additions and 1 deletions
......@@ -198,6 +198,7 @@ $(function(){
url:$ip+'/actStarSearchTour/getViewBottomData.html',
success:function(data){
console.log('获取底部导航栏信息',data)
if(data.result.roomData.rank==-1)return;
var html=[];
html+='<div class="mc-nav-box1">';
html+='<img src="https://big.bgp.ourpow.com/comm'+data.result.roomData.roomFace+'?x-oss-process=image/resize,w_110" alt="">';
......@@ -208,7 +209,7 @@ $(function(){
html+='</div>';
html+='<div class="mc-nav-box3">'+data.result.roomData.score+'/'+data.result.roomData.levelScore+'</div>';
$(".mc-nav").show().html(html);
console.log(html)
}
})
}
......
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