HOME > minishop

LUV IS TRUE

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

商品 (391) 产品评价


共有49个的商品。

  • LUV IS TRUE
  • 针织衣 | PY STAR COLLAR KNIT (BLACK)
  • $46 / ¥332
    New 会员价 $41 / ¥298
  • LUV IS TRUE
  • 针织衣 | PY LOGO WAPPEN KNIT (IVORY)
  • $47 / ¥338
    New 会员价 $42 / ¥304
  • LUV IS TRUE
  • 针织衣 | PY LOGO WAPPEN KNIT (BLACK)
  • $47 / ¥338
    New 会员价 $42 / ¥304
8
  • LUV IS TRUE
  • 针织衣 | DN STAR KNIT ZIP UP (BLACK)
  • $81 / ¥591
  • New 会员价 $66 / ¥478
  • LUV IS TRUE
  • 针织衣 | DN BOUCLE LOVE KNIT (NAVY)
  • $49 / ¥356
    New 会员价 $44 / ¥320
1
  • LUV IS TRUE
  • 针织衣 | DN BOUCLE LOVE KNIT (IVORY)
  • $49 / ¥356
    New 会员价 $44 / ¥320
  • LUV IS TRUE
  • 针织衣 | DN BOUCLE LOVE KNIT (BLACK)
  • $49 / ¥356
    New 会员价 $44 / ¥320
8
  • LUV IS TRUE
  • 针织衣 | DN ANGORA BOLERO SET (WHITE)
  • $96 / ¥699
  • New 会员价 $78 / ¥566
  • LUV IS TRUE
  • 针织衣 | VL 2D CAT KNIT (NAVY)
  • $74 / ¥536
    会员价 $67 / ¥483
1
  • LUV IS TRUE
  • 针织衣 | VL 2D CAT KNIT (PINK)
  • $74 / ¥536
    会员价 $67 / ¥483
  • ⓥ 韩国明星LE SSERAFIM SAKURA同款
  • LUV IS TRUE
  • 针织衣 | VL 2D CAT KNIT (WHITE)
  • $74 / ¥536
    会员价 $67 / ¥483
8
  • LUV IS TRUE
  • 针织马甲 | CL GLITTER KNIT VEST (IVORY)
  • $68 / ¥494
  • 会员价 $55 / ¥400
  • LUV IS TRUE
  • 针织衣 | OW HEART LOGO KNIT (BLACK)
  • $43 / ¥313
    会员价 $39 / ¥282
  • LUV IS TRUE
  • 针织衣 | OW HEART LOGO KNIT (IVORY)
  • $43 / ¥313
    会员价 $39 / ¥282
  • ⓥ 韩国明星IVE 张元英,LE SSERAFIM 洪恩採同款
  • LUV IS TRUE
  • 针织衣 | OW LOVE KNIT (BLACK)
  • $54 / ¥392
    会员价 $49 / ¥353
  • LUV IS TRUE
  • 针织衣 | OW HEART LOGO KNIT (NAVY)
  • $43 / ¥313
    会员价 $39 / ¥282
2
  • LUV IS TRUE
  • 针织衣 | OT PUNK KNIT (BLACK)
  • $66 / ¥476
    会员价 $59 / ¥429
  • ⓥ 韩国明星AESPA 柳智敏同款
1
  • LUV IS TRUE
  • 针织衣 | PO HEART KNIT (SKY BLUE)
  • $53 / ¥386
    会员价 $48 / ¥347
  • LUV IS TRUE
  • 针织衣 | PO HEART KNIT (IVORY)
  • $53 / ¥386
    会员价 $48 / ¥347
7
  • LUV IS TRUE
  • 针织衣 | (UNISEX)KL POPCON KNIT_NV
  • $56 / ¥410
  • $40 / ¥287
  • LUV IS TRUE
  • 针织衣 | (UNISEX)KL POPCON KNIT_BE
  • $56 / ¥410
    会员价 $51 / ¥369
7
  • LUV IS TRUE
  • 针织衣 | (UNISEX)KL ROLLER KNIT_GN
  • $56 / ¥410
  • $40 / ¥287
7
  • LUV IS TRUE
  • 针织衣 | (UNISEX)KL V-NECK VEST_IV
  • $45 / ¥326
  • $31 / ¥228
7
  • LUV IS TRUE
  • 针织衣 | (UNISEX)KL V-NECK VEST_NV
  • $45 / ¥326
  • $31 / ¥228
 123
  • 近期查看
  • ▲ 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>