Commit 9dd1fb36 by libai

测试

parent a700269d
Showing with 3 additions and 2 deletions
......@@ -1398,7 +1398,8 @@ $(function(){
},
success:function(data){
// console.log('获取TicketRoom信息',data)
myDiamond()
if(localStorage.uid!=undefined&&localStorage.uid!='undefined')myDiamond()
if(data.progressBar.state>3){
$(".user-msg-box").css('bottom','1.4rem')
$(".ticket-box").hide()
......@@ -2559,7 +2560,7 @@ $(function(){
var levelWidth=Math.floor(((data.vipInfo.exp-data.vipInfo.currentLevelExp)/((data.vipInfo.exp+data.vipInfo.nextLevelExp)-data.vipInfo.currentLevelExp))*1000)/10
$(".level-icon").attr("src",'https://app.ixiulive.com/static/vip/'+data.vipInfo.level+'.png')
$(".level-my-bar").css("width",levelWidth+'%')
myDiamond()
if(localStorage.uid!=undefined&&localStorage.uid!='undefined')myDiamond()
}
})
}
......
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