diff --git a/mTest/index.html b/mTest/index.html index ade4346..3c353db 100644 --- a/mTest/index.html +++ b/mTest/index.html @@ -1002,6 +1002,7 @@ $(function(){ $(".right-nav").css("right","-8rem") $(".nav-shadow").hide() }) + }) </script> </html> \ No newline at end of file diff --git a/mTest/room/liveRoom.html b/mTest/room/liveRoom.html index fb6b1c7..c846dc4 100644 --- a/mTest/room/liveRoom.html +++ b/mTest/room/liveRoom.html @@ -1716,7 +1716,7 @@ $(function(){ } //提出包房 if (obj.cid == 2400){ - + window.location.reload() } var ua = window.navigator.userAgent.toLowerCase(); if (/iphone|ipad|ipod/.test(ua)) { @@ -1892,6 +1892,10 @@ $(function(){ if(taskDian==true){ $(".more-btn-dian").show() } + $(".task-get-btn1").unbind("click").on("click",function(){ + var _self=$(this) + layer.msg(_self.siblings(".task-p2").text()) + }) $(".task-get-btn2").unbind("click").on("click",function(){ var _self=$(this) $.ajax({