HOME > minishop

JIL Y.

商品 (225) 产品评价


共有225个的商品。

  • JIL Y.
  • 新款 | TOLUNE-BLACK
  • $220 / ¥1,597
    会员价 $198 / ¥1,438
  • JIL Y.
  • 新款 | YOUTH MULE-ORANGE
  • $177 / ¥1,284
    会员价 $159 / ¥1,156
  • JIL Y.
  • 新款 | YOUTH MULE-MINT
  • $177 / ¥1,284
    会员价 $159 / ¥1,156
  • JIL Y.
  • 新款 | YOUTH MULE-SKIN BEIGE
  • $177 / ¥1,284
    会员价 $159 / ¥1,156
  • JIL Y.
  • 新款 | YOUTH MULE-BLACK
  • $177 / ¥1,284
    会员价 $159 / ¥1,156
  • JIL Y.
  • 新款 | WAVE-SKIN BEIGE
  • $189 / ¥1,374
    会员价 $170 / ¥1,237
  • JIL Y.
  • 新款 | WAVE-RED
  • $189 / ¥1,374
    会员价 $170 / ¥1,237
  • JIL Y.
  • 新款 | WAVE-BLACK
  • $189 / ¥1,374
    会员价 $170 / ¥1,237
  • JIL Y.
  • 新款 | EMBOSS MULE-WHITE
  • $185 / ¥1,344
    会员价 $167 / ¥1,210
  • JIL Y.
  • 新款 | EMBOSS MULE-BROWN
  • $185 / ¥1,344
    会员价 $167 / ¥1,210
  • JIL Y.
  • 新款 | EMBOSS MULE-BLACK
  • $185 / ¥1,344
    会员价 $167 / ¥1,210
  • JIL Y.
  • 新款 | ZIP MULE-WHITE
  • $189 / ¥1,374
    会员价 $170 / ¥1,237
  • JIL Y.
  • 新款 | ZIP MULE-BROWN
  • $189 / ¥1,374
    会员价 $170 / ¥1,237
  • JIL Y.
  • 新款 | ZIP MULE-BLACK
  • $189 / ¥1,374
    会员价 $170 / ¥1,237
  • JIL Y.
  • 新款 | ZIP PUMPS-WHITE
  • $194 / ¥1,404
    会员价 $174 / ¥1,264
  • JIL Y.
  • 新款 | ZIP PUMPS-BROWN
  • $194 / ¥1,404
    会员价 $174 / ¥1,264
  • JIL Y.
  • 新款 | ZIP PUMPS-BLACK
  • $194 / ¥1,404
    会员价 $174 / ¥1,264
  • JIL Y.
  • 凉鞋/拖鞋 | YOUTH_black
  • $198 / ¥1,435
  • 会员价 $160 / ¥1,162
  • JIL Y.
  • 凉鞋/拖鞋 | YOUTH_GREY
  • $198 / ¥1,435
  • 会员价 $160 / ¥1,162
  • JIL Y.
  • 凉鞋/拖鞋 | YOUTH_blue
  • $198 / ¥1,435
  • 会员价 $160 / ¥1,162
  • JIL Y.
  • 凉鞋/拖鞋 | YOUTH_burgundy
  • $198 / ¥1,435
  • 会员价 $160 / ¥1,162
  • JIL Y.
  • 凉鞋/拖鞋 | YOUTH_camel
  • $198 / ¥1,435
  • 会员价 $160 / ¥1,162
  • JIL Y.
  • 乐福鞋 | LOOSE HAIR_white
  • $203 / ¥1,477
  • 会员价 $165 / ¥1,196
  • JIL Y.
  • 乐福鞋 | LOOSE HAIR_beige
  • $203 / ¥1,477
  • 会员价 $165 / ¥1,196
  • 近期查看
  • ▲ TOP
  • <script type="text/javascript"> <!-- var intTopPos = 220; // 상단 위치 var intSpeed = 500; // 속도 $(document).ready(function() { var intQuickTopPos = intTopPos; $("div#quickMenu").css({'position':'absolute', 'top':intQuickTopPos + 'px'}); $(window).scroll(function() { var intQuickTopPos = ($(document).scrollTop() < intTopPos) ? intTopPos : $(document).scrollTop() + 10; $("div#quickMenu").stop(); $("div#quickMenu").animate({ "top": intQuickTopPos + "px" }, intSpeed ); }); }); //--> </script> <div class="quickWrap" id="quickMenu" style="top:220px;margin-left:550px;"> <div class="titQuick">最新??商品</div> <script type="text/javascript"> <!-- var quickPage = 1; var quickPageMax = 0; $(document).ready(function() { $.getJSON("./?menuType=main&mode=json&act=quickProdList&quickPage="+quickPage+"&callback=?", function(data) { $(".quickProduct").html(data[0].QUICK_PROD_LIST); quickPageMax = data[0].QUICK_PAGE_MAX; }); }); function goQuickMenuPrevMoveEvent() { goQuickMenuPrevMove(); } function goQuickMenuNextMoveEvent() { goQuickMenuNextMove(); } function goQuickMenuPrevMove() { if(quickPage <= 1) { return false; } quickPage = quickPage - 1; $.getJSON("./?menuType=main&mode=json&act=quickProdList&quickPage="+quickPage+"&callback=?", function(data) { $(".quickProduct").html(data[0].QUICK_PROD_LIST); }); } function goQuickMenuNextMove() { if(quickPage >= quickPageMax) { return false; } quickPage = quickPage + 1; $.getJSON("./?menuType=main&mode=json&act=quickProdList&quickPage="+quickPage+"&callback=?", function(data) { $(".quickProduct").html(data[0].QUICK_PROD_LIST); }); } //--> </script> <div class="quickProduct"></div> <div class="quickBtnWrap"><a href="javascript:goQuickMenuPrevMoveEvent()"><img src="../images/common/btn_bannerTop.png" alt=""></a><a href="javascript:goQuickMenuNextMoveEvent()"><img src="../images/common/btn_bannerBottom.png" alt=""></a></div> <!-- <div class="quickBtnWrap"> <a href="javascript:goQuickMenuPrevMoveEvent()" class="btnQuickPrev"><img src="../images/common/btn_bannerTop.png" alt=""></a> <a href="javascript:goQuickMenuNextMoveEvent()" class="btnQuickNext"><img src="../images/common/btn_bannerBottom.png" alt=""></a> </div> --> <div class="topBtn"> <a href="#top"><img src="/upload/images/btn_top.png"/></a> </div> </div>