...
|
...
|
@@ -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); |
...
|
...
|
|