Commit de2b0b0d by libai

测试

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