作者 李洪娟
1 个管道 的构建 通过 耗费 0 秒

合并分支 'lihong' 到 'master'

修改



查看合并请求 !233
@@ -200,9 +200,12 @@ @@ -200,9 +200,12 @@
200 } 200 }
201 var h=$(".deal_list").height(); 201 var h=$(".deal_list").height();
202 if(h>445){ 202 if(h>445){
203 - $(".footstyle").addClass("bottom_icon") 203 + $(".footstyle").addClass("bottom_icon");
  204 + $(".footstyle").removeClass("foot_icon");
  205 +
204 }else if(h<=445){ 206 }else if(h<=445){
205 - $(".footstyle").addClass("foot_icon") 207 + $(".footstyle").addClass("foot_icon");
  208 + $(".footstyle").removeClass("bottom_icon");
206 } 209 }
207 // alert($(".deal_list").height()) 210 // alert($(".deal_list").height())
208 </script> 211 </script>