Commit bb3742a2 by libai

测试

parent 4a872086
...@@ -1101,3 +1101,14 @@ ...@@ -1101,3 +1101,14 @@
background: #999; background: #999;
color: #fff; 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;
}
...@@ -1128,3 +1128,14 @@ ...@@ -1128,3 +1128,14 @@
background:#999; background:#999;
color: #fff; 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 @@ ...@@ -29,6 +29,7 @@
</span> </span>
</li> --> </li> -->
</ul> </ul>
<div class="exc">换一换</div>
</body> </body>
<script src="lib/jquery-3.1.1.min.js"></script> <script src="lib/jquery-3.1.1.min.js"></script>
<script src="layer-v3.1.0/layer/layer.js"></script> <script src="layer-v3.1.0/layer/layer.js"></script>
...@@ -63,6 +64,11 @@ ...@@ -63,6 +64,11 @@
}, },
dataType:"JSON" dataType:"JSON"
}) })
list()
$(".exc").on("click",function(){
list()
})
function list(){
$.ajax({ $.ajax({
url:$ip+'weblive/webfamily/lists.html', url:$ip+'weblive/webfamily/lists.html',
data:{ data:{
...@@ -113,5 +119,7 @@ ...@@ -113,5 +119,7 @@
}) })
} }
}) })
}
</script> </script>
</html> </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