HOME > minishop

LUV IS TRUE

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

商品 (395) 产品评价


共有44个的商品。

  • LUV IS TRUE
  • ETC | AM RIVET HAND WARMER (WHITE)
  • $27 / ¥199
    New 会员价 $25 / ¥179
  • LUV IS TRUE
  • ETC | AM RIVET HAND WARMER (BLACK)
  • $27 / ¥199
    New 会员价 $25 / ¥179
  • LUV IS TRUE
  • 鸭舌帽 | AM MUSHROOM BALL CAP (WHITE)
  • $32 / ¥235
    New 会员价 $29 / ¥212
  • LUV IS TRUE
  • 鸭舌帽 | AM MUSHROOM BALL CAP (PURPLE)
  • $32 / ¥235
    New 会员价 $29 / ¥212
  • LUV IS TRUE
  • 袜子 | AM LEG WARMER (BLACK)
  • $46 / ¥332
    New 会员价 $41 / ¥298
  • LUV IS TRUE
  • 生活用品 | AM INCENSE HOLDER (CLEAR)
  • $25 / ¥181
    New 会员价 $22 / ¥163
  • LUV IS TRUE
  • 项链 | AM DROP NECKLACE (SILVER)
  • $18 / ¥133
    New 会员价 $16 / ¥119
  • LUV IS TRUE
  • 鸭舌帽 | AM BALACLAVA (PINK)
  • $28 / ¥205
    New 会员价 $25 / ¥184
  • LUV IS TRUE
  • 贝雷帽 | AM BALACLAVA (GRAY)
  • $28 / ¥205
    New 会员价 $25 / ¥184
  • LUV IS TRUE
  • 项链 | CH RIBBON NECKLACE (SILVER)
  • $17 / ¥127
    New 会员价 $16 / ¥114
  • LUV IS TRUE
  • 项链 | CH LUV NECKLACE (SILVER)
  • $17 / ¥121
    New 会员价 $15 / ¥109
  • LUV IS TRUE
  • 饰品 | CH HEART KEY RING (SILVER)
  • $16 / ¥115
    New 会员价 $14 / ¥103
  • LUV IS TRUE
  • 头饰 | BE LAYERED BEACH PIN (BLUE)
  • $17 / ¥127
    New 会员价 $16 / ¥114
  • LUV IS TRUE
  • 生活用品 | BE CAT UMBRELLA (BLACK)
  • $48 / ¥350
    New 会员价 $43 / ¥315
  • LUV IS TRUE
  • 太阳镜 | PY STAR SUNGLASSES (CLEAR)
  • $48 / ¥350
    New 会员价 $43 / ¥315
  • LUV IS TRUE
  • 太阳镜 | PY STAR SUNGLASSES (BLACK)
  • $48 / ¥350
    New 会员价 $43 / ¥315
  • LUV IS TRUE
  • 戒指 | PY STAR RING (NAVY)
  • $8 / ¥57
    New 会员价 $7 / ¥52
  • LUV IS TRUE
  • 生活用品 | PY PILLOW COVER (IVORY)
  • $41 / ¥295
    New 会员价 $37 / ¥266
  • LUV IS TRUE
  • 戒指 | PY LUCKY RING (GREEN)
  • $10 / ¥72
    New 会员价 $9 / ¥65
  • LUV IS TRUE
  • 鸭舌帽 | PY LETTERING MESH CAP (BLUE)
  • $28 / ¥205
    New 会员价 $25 / ¥184
  • LUV IS TRUE
  • 鸭舌帽 | PY LETTERING MESH CAP (BLACK)
  • $28 / ¥205
    New 会员价 $25 / ¥184
  • LUV IS TRUE
  • 生活用品 | PY CUSHION COVER (IVORY)
  • $32 / ¥235
    New 会员价 $29 / ¥212
  • LUV IS TRUE
  • 裤带 | PY CHAIN BELT (SILVER)
  • $40 / ¥289
    New 会员价 $36 / ¥260
  • LUV IS TRUE
  • 头饰 | DN TWINKLE HAIR PIN (BLACK)
  • $10 / ¥72
    New 会员价 $9 / ¥65
 12
  • 近期查看
  • ▲ 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>