window._global_header_23_hit_exp_ = true; window._disable_ru_cookie_async_percent_ = 60; (function () { if (!window.localStorage || window.innerWidth < 1280) { return; } var spmb = document.body.getAttribute('data-spm'); if ( ['home', 'productlist', 'detail', 'categorymp', 'best'].indexOf(spmb) == -1 || window._global_header_23_hit_exp_ != true ) { return; } function addClass(obj, cls) { if (!obj.className.match(new RegExp('(\\s|^)' + cls + '(\\s|$)'))) obj.className += ' ' + cls; } var statusStr = localStorage.getItem('sidecart_pre_status'); var statusData; try { statusData = JSON.parse(statusStr); } catch (e) { console.error(e); } if (statusData && statusData.show && statusData.time) { var minusTime = new Date().getTime() - statusData.time; if (minusTime < 24 * 60 * 60 * 1000) { addClass(document.body, 'unfoldShopCart'); } } })();