diff --git a/mobile/room/liveRoom.html b/mobile/room/liveRoom.html
index 2c35bbf..14dccd0 100644
--- a/mobile/room/liveRoom.html
+++ b/mobile/room/liveRoom.html
@@ -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()
             }
         })
     }