Commit bb3742a2 by libai

测试

parent 4a872086
......@@ -1101,3 +1101,14 @@
background: #999;
color: #fff;
}
.exc {
text-align: center;
width: 2rem;
height: 0.8rem;
line-height: 0.8rem;
margin: 0 auto;
font-size: 0.4rem;
border: 1px solid #f0f0f0;
border-radius: 1rem;
margin-bottom: 0.5rem;
}
......@@ -1127,4 +1127,15 @@
.fml-btn-yes{
background:#999;
color: #fff;
}
.exc{
text-align: center;
width: 2rem;
height: 0.8rem;
line-height: 0.8rem;
margin: 0 auto;
font-size: 0.4rem;
border:1px solid #f0f0f0 ;
border-radius: 1rem;
margin-bottom: 0.5rem;
}
\ No newline at end of file
......@@ -29,6 +29,7 @@
</span>
</li> -->
</ul>
<div class="exc">换一换</div>
</body>
<script src="lib/jquery-3.1.1.min.js"></script>
<script src="layer-v3.1.0/layer/layer.js"></script>
......@@ -63,7 +64,12 @@
},
dataType:"JSON"
})
$.ajax({
list()
$(".exc").on("click",function(){
list()
})
function list(){
$.ajax({
url:$ip+'weblive/webfamily/lists.html',
data:{
debug:localStorage.token,
......@@ -113,5 +119,7 @@
})
}
})
}
</script>
</html>
\ No newline at end of file
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