diff --git a/mobile/room/liveRoom.html b/mobile/room/liveRoom.html
index c05ed26..0aff477 100644
--- a/mobile/room/liveRoom.html
+++ b/mobile/room/liveRoom.html
@@ -1511,6 +1511,7 @@ $(function(){
     
                 if(data.dataList.is_show==1){
                     sessionStorage.firstReg=1
+                    if(sessionStorage.lang!=2)$(".room-reg-icon").attr("src","https://zhibocdn.yabolive.net"+data.dataList.activitys[0].icon+"")
                     $(".room-reg-icon").fadeIn(350)
                     $(".room-reg-icon").unbind("click").on("click",function(){    
                         $(".active-room-shadow").show()          
diff --git a/room/images/regImg.png b/room/images/regImg.png
new file mode 100644
index 0000000..e49e97b
Binary files /dev/null and b/room/images/regImg.png differ
diff --git a/room/liveRoom.html b/room/liveRoom.html
index b34d47b..f23715b 100644
--- a/room/liveRoom.html
+++ b/room/liveRoom.html
@@ -1540,7 +1540,9 @@ $(function () {
                 // }
                 if(data.code==1){
                     if(data.dataList.is_show==1){
-                        html+='<div class="swiper-slide"><img data-type="https://activity.yazhaiyabo.com/activeFt/newCharge/index3.html" data-type2="3" class="act-btn" src="https://zhibocdn.yabolive.net/comm/activity/8069de6c48ca4ed4a924f99ff6901e24.jpg?x-oss-process=image/resize,w_174" alt=""></div>';
+                        if(sessionStorage.lang==2) var regImg='https://zhibocdn.yabolive.net/comm/activity/8069de6c48ca4ed4a924f99ff6901e24.jpg?x-oss-process=image/resize,w_174'
+                        else var regImg='images/regImg.png'
+                        html+='<div class="swiper-slide"><img data-type="https://activity.yazhaiyabo.com/activeFt/newCharge/index3.html" data-type2="3" class="act-btn" src="'+regImg+'" alt=""></div>';
                     }
                 }