Authored by whb

Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy.git into develop

@@ -141,7 +141,6 @@ @@ -141,7 +141,6 @@
141 } 141 }
142 142
143 .freebie-and-advance-buy { 143 .freebie-and-advance-buy {
144 - padding: 20rem / $pxConvertRem 0;  
145 font-size: 24rem / $pxConvertRem; 144 font-size: 24rem / $pxConvertRem;
146 border-top: 1px solid #e0e0e0; 145 border-top: 1px solid #e0e0e0;
147 border-bottom: 1px solid #e0e0e0; 146 border-bottom: 1px solid #e0e0e0;
@@ -13,7 +13,7 @@ var $latestWalkCount = $('#latest-walk-count'); @@ -13,7 +13,7 @@ var $latestWalkCount = $('#latest-walk-count');
13 (function() { 13 (function() {
14 var tpl; 14 var tpl;
15 15
16 - if ($latestWalkCount.length < 0) { 16 + if ($latestWalkCount.length === 0) {
17 return; 17 return;
18 } 18 }
19 19