Commit de2b0b0d by libai

测试

parent 6271db7f
Showing with 22 additions and 21 deletions
......@@ -230,27 +230,27 @@
}
}
})
$.ajax({
url:''+$ip+'weblive/webfamily/isdisplay.html',
type: "get",
data: {
uid:localStorage.uid,
token:localStorage.token,
debug:'debug'
},
success:function(msg){
var data=JSON.parse(msg)
console.log("是否展示",data)
if(data.code==1){
if(data.state==1){
$(".withdraw-btn").css("margin-top","0.8rem")
$(".fml-go").show()
}else{
// $.ajax({
// url:''+$ip+'weblive/webfamily/isdisplay.html',
// type: "get",
// data: {
// uid:localStorage.uid,
// token:localStorage.token,
// debug:'debug'
// },
// success:function(msg){
// var data=JSON.parse(msg)
// console.log("是否展示",data)
// if(data.code==1){
// if(data.state==1){
// $(".withdraw-btn").css("margin-top","0.8rem")
// $(".fml-go").show()
// }else{
}
}
}
})
// }
// }
// }
// })
$(".fml-go").on("click",function(){
window.location.href="fml.html"
})
......
......@@ -36,8 +36,9 @@
.face-out{
font-size: 0.3rem;
position: absolute;
right: 0.6rem;
right: 0.65rem;
top: 0.4rem;
z-index: 50;
}
</style>
</head>
......
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