Authored by biao

add logistic page codereview by 谢伟光

@@ -14,7 +14,7 @@ var winH = window.outerHeight, @@ -14,7 +14,7 @@ var winH = window.outerHeight,
14 function addFooterTopBorder() { 14 function addFooterTopBorder() {
15 if (footH + bodyH > winH) { 15 if (footH + bodyH > winH) {
16 window.rePosFooter(); 16 window.rePosFooter();
17 - }else{ 17 + } else {
18 $footer.css('border-top', '1px solid #f1f1f1'); 18 $footer.css('border-top', '1px solid #f1f1f1');
19 } 19 }
20 } 20 }