전체상품목록 바로가기

본문 바로가기


조건별 검색

검색

첫 페이지 이전 페이지
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
다음 페이지 마지막 페이지


WORLD SHIPPING

PLEASE SELECT THE DESTINATION COUNTRY AND LANGUAGE :

GO
close
catch(e){} location.reload(); }) .catch(function(){ try{ localStorage.removeItem('ksmall_v2:auth'); }catch(e){} location.reload(); }); return false; }; } else if (t === '회원가입'){ a.textContent = (auth.name || auth.id) + '님'; a.setAttribute('href','/myshop/'); a.onclick = null; } } }); } function syncAuth(){ fetch('/api/me.php', {credentials:'same-origin'}) .then(function(r){ return r.json(); }) .then(function(j){ var auth = (j && j.ok && j.user) ? j.user : null; if (auth) { try { localStorage.setItem('ksmall_v2:auth', JSON.stringify(auth)); } catch(e){} } else { try { localStorage.removeItem('ksmall_v2:auth'); } catch(e){} } applyTopbar(auth); }) .catch(function(){ var cached = null; try { cached = JSON.parse(localStorage.getItem('ksmall_v2:auth')||'null'); } catch(e){} applyTopbar(cached); }); } if (document.readyState==='loading') document.addEventListener('DOMContentLoaded', syncAuth); else syncAuth(); })();