Authored by zhangxiaoru

订单列表页去除下载条

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