HOME > minishop

LUV IS TRUE

直击你的少女心,可爱的日常单品。

商品 (397) 产品评价


共有397个的商品。

7
  • LUV IS TRUE
  • 针织衣 | (UNISEX)KL V-NECK KNIT_PK
  • $53 / ¥386
  • $37 / ¥270
  • LUV IS TRUE
  • 短裙 | KL TICKET SKIRT_BL
  • $43 / ¥313
    会员价 $39 / ¥282
7
  • LUV IS TRUE
  • 长裤 | (UNISEX)KL DENIM PANTS_BL
  • $60 / ¥434
  • $42 / ¥304
  • LUV IS TRUE
  • 长裤 | (UNISEX)KL JOGGER PANTS_YE
  • $47 / ¥344
    会员价 $43 / ¥309
7
  • LUV IS TRUE
  • 长裤 | (UNISEX)KL LINE PANTS_PK
  • $60 / ¥434
  • $42 / ¥304
  • LUV IS TRUE
  • 短裤 | (UNISEX)KL SHORTS_BK
  • $43 / ¥313
    会员价 $39 / ¥282
  • LUV IS TRUE
  • 短裙 | KL MINI SKIRT_PK
  • $40 / ¥289
    会员价 $36 / ¥260
  • LUV IS TRUE
  • 短裙 | KL MINI SKIRT_BK
  • $40 / ¥289
    会员价 $36 / ¥260
  • LUV IS TRUE
  • 卫衣 | KL PUPPY MTM_PU
  • $49 / ¥356
    会员价 $44 / ¥320
7
  • LUV IS TRUE
  • 连帽卫衣 | (UNISEX)KL TARIFF MTM_SB
  • $56 / ¥410
  • $40 / ¥287
  • LUV IS TRUE
  • 卫衣 | (UNISEX)KL LOGO MTM_GN
  • $47 / ¥344
    会员价 $43 / ¥309
  • LUV IS TRUE
  • 卫衣 | (UNISEX)KL TICKET MTM_NV
  • $45 / ¥326
    会员价 $40 / ¥293
7
  • LUV IS TRUE
  • 衬衣 | (UNISEX)KL KIDS SHIRT_WH
  • $60 / ¥434
  • $42 / ¥304
  • LUV IS TRUE
  • 衬衣 | (UNISEX)KL KIDS SHIRT_SB
  • $60 / ¥434
    会员价 $54 / ¥391
  • LUV IS TRUE
  • 衬衣 | (UNISEX)KL RIB SHIRT_WH
  • $56 / ¥410
    会员价 $51 / ¥369
7
  • LUV IS TRUE
  • 衬衣 | (UNISEX)KL RIB SHIRT_BE
  • $56 / ¥410
  • $40 / ¥287
7
  • LUV IS TRUE
  • 衬衣 | (UNISEX)KL WS SHIRT_NV
  • $54 / ¥392
  • $38 / ¥274
  • LUV IS TRUE
  • 夹克 | (UNISEX)KL MA-1_NV
  • $98 / ¥711
    会员价 $88 / ¥640
7
  • LUV IS TRUE
  • 夹克 | (UNISEX)KL THUNDER SUKAJAN_GN
  • $105 / ¥766
  • $74 / ¥536
6
  • LUV IS TRUE
  • 夹克 | (UNISEX)KL POINT JACKET_PK
  • $90 / ¥651
  • $54 / ¥391
7
  • LUV IS TRUE
  • 夹克 | (UNISEX)KL POINT JACKET_BK
  • $90 / ¥651
  • $63 / ¥456
  • LUV IS TRUE
  • 挎包 | SC WALLET BAG_NV
  • $81 / ¥591
    会员价 $73 / ¥532
  • LUV IS TRUE
  • 挎包 | SC WALLET BAG_WN
  • $81 / ¥591
    会员价 $73 / ¥532
6
  • LUV IS TRUE
  • 帽子 | [UNISEX] CN CAMPCAP_SB
  • $29 / ¥211
  • $17 / ¥127
  • 近期查看
  • ▲ 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>