Commit 05bae338 by libai

测试

parent ecfdc848
Showing with 7 additions and 1 deletions
...@@ -1002,6 +1002,7 @@ $(function(){ ...@@ -1002,6 +1002,7 @@ $(function(){
$(".right-nav").css("right","-8rem") $(".right-nav").css("right","-8rem")
$(".nav-shadow").hide() $(".nav-shadow").hide()
}) })
}) })
</script> </script>
</html> </html>
\ No newline at end of file
...@@ -1716,7 +1716,7 @@ $(function(){ ...@@ -1716,7 +1716,7 @@ $(function(){
} }
//提出包房 //提出包房
if (obj.cid == 2400){ if (obj.cid == 2400){
window.location.reload()
} }
var ua = window.navigator.userAgent.toLowerCase(); var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) { if (/iphone|ipad|ipod/.test(ua)) {
...@@ -1892,6 +1892,10 @@ $(function(){ ...@@ -1892,6 +1892,10 @@ $(function(){
if(taskDian==true){ if(taskDian==true){
$(".more-btn-dian").show() $(".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(){ $(".task-get-btn2").unbind("click").on("click",function(){
var _self=$(this) var _self=$(this)
$.ajax({ $.ajax({
......
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