Authored by zhangxiaoru

订单列表页去除下载条

@@ -62,3 +62,4 @@ @@ -62,3 +62,4 @@
62 </div> 62 </div>
63 </div> 63 </div>
64 </div> 64 </div>
  65 +<input type="hidden" id="no-download">
@@ -513,10 +513,3 @@ $('.nav-tap').on('click', function(e) { @@ -513,10 +513,3 @@ $('.nav-tap').on('click', function(e) {
513 513
514 location.replace($cur.data('url')); 514 location.replace($cur.data('url'));
515 }); 515 });
516 -  
517 -setTimeout(function() {  
518 -  
519 - if ($('#top-downloadbar').html() && $('#top-downloadbar').html().length !== 0) {  
520 - $('.no-order').css('margin-top', '-2.3rem');  
521 - }  
522 -}, 200);  
@@ -184,7 +184,7 @@ @@ -184,7 +184,7 @@
184 background: #fff; 184 background: #fff;
185 text-align: center; 185 text-align: center;
186 top: 50%; 186 top: 50%;
187 - margin-top: -180px; 187 + margin-top: -220px;
188 width: 100%; 188 width: 100%;
189 189
190 .icon { 190 .icon {