Commit 2c0c595a by qiaomu

测试

parent 68e8d95d
Showing with 11 additions and 10 deletions
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
<span>时长查询</span> <span>时长查询</span>
</a> </a>
</div> </div>
<div class="clearfix"></div>
</div> </div>
<div class="weui_dialog_alert dialog-box" id="tips"> <div class="weui_dialog_alert dialog-box" id="tips">
<div class="weui_mask"></div> <div class="weui_mask"></div>
...@@ -120,15 +121,15 @@ ...@@ -120,15 +121,15 @@
} }
</style> </style>
<script type="text/javascript"> <script type="text/javascript">
var all = $(".box").children().length; // var all = $(".box").children().length;
var rowCount = parseInt(all / 3); // var rowCount = parseInt(all / 3);
var lastRowCount = all - (rowCount * 3); // var lastRowCount = all - (rowCount * 3);
if (lastRowCount == 0) { // if (lastRowCount == 0) {
lastRowCount = 3; // lastRowCount = 3;
} // }
for (var i = lastRowCount; i > 0; i--) { // for (var i = lastRowCount; i > 0; i--) {
$(".box .cont").eq(all-i).css("borderBottom", "0"); // $(".box .cont").eq(all-i).css("borderBottom", "0");
} // }
</script> </script>
<script type="text/javascript"> <script type="text/javascript">
......
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
</div> </div>
<script> <script>
var uid; var uid;
var url="https://taskweb.ishuaji.cn:9095/remote/livertime"; var url="https://taskweb.ishuaji.cn/remote/livertime";
$(function(){ $(function(){
$(".weui_btn").click(function(){ $(".weui_btn").click(function(){
var type=$(this).attr("data-time"); var type=$(this).attr("data-time");
......
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