/g,"").replace(/\//g,""),typeof clickList=="object"){let time=calculateVisitTime();event.isTrusted?clickList.push({lastClickDom,time,type:"User manual click"}):clickList.push({lastClickDom,time,type:"Program click"}),clickList=clickList?JSON.stringify(clickList).substring(0,2e3):[]}},!0),window.addEventListener("error",function(e){if(isBlocked)return!1;stringToLower(e.target.tagName)==="img"&&e.target.src&&holderFile(e.target.src)?loadFailed.filter(item=>item.src===e.target.src).length===0&&loadFailed.push({type:"img_load_error",src:e.target.src}):stringToLower(e.target.tagName)==="script"&&e.target.src&&holderFile(e.target.src)?loadFailed.filter(item=>item.src===e.target.src).length===0&&loadFailed.push({type:"js_load_error",src:e.target.src}):stringToLower(e.target.tagName)==="link"&&e.target.href&&holderFile(e.target.href)&&loadFailed.filter(item=>item.src===e.target.href).length===0&&loadFailed.push({type:"css_load_error",src:e.target.href})},!0),window.onerror=function(errorMessage,scriptURI,lineNumber,columnNumber,errorObj){if(!scriptURI&&!errorObj||scriptURI&&scriptURI.indexOf("chrome-extension")!==-1||isBlocked)return;if(errorObj){const securityError=/SecurityError/i.test(errorObj),getItemError=/getItem/i.test(errorObj),setItemError=/setItem/i.test(errorObj),serviceWorkerError=/evaluating 'navigator.serviceWorker.register'/i.test(errorObj);if(securityError||setItemError||getItemError||serviceWorkerError)return}const hasSignificanceError=errorSignificanceMessageInfo.some(sign=>errorMessage.includes("Unexpected token "+sign)||errorMessage.includes("unexpected token"+sign)||errorMessage.includes("Unterminated string")||errorMessage.includes("Expected property name")||errorMessage.includes("Cannot convert undefined or null to object"));let networkSendStatus=!1;["4g","5g","wifi"].some(item=>navigatorConnection?.effectiveType.includes(item))&&!navigatorConnection?.saveData&&(networkSendStatus=!0),hasSignificanceError&&isChromeNeedCall&&networkSendStatus&&(console.log("%c"+`dom=${lastClickDom} message=${errorMessage}`,"background: rgba(130,189,174,0.8); color: #fff; font-size: 18px; padding: 2px 10px;"),errorSignificanceMessageArr.push({errorMessage,errorType:"significance",pageType:"",scriptURI:scriptURI?scriptURI.replace(/[?#].*$/,""):"",domMessage:lastClickDom,errorObj:errorObj.toString(),lineNumber,columnNumber,...otherInfo()}),lastClickDom=""),isChromeNeedCall&&(console.log("%c"+`dom=${lastClickDom} message=${errorMessage}`,"background: rgba(130,189,174,0.8); color: #fff; font-size: 14px; padding: 2px 10px;"),errorMessageArr.push({errorMessage,scriptURI:scriptURI?scriptURI.replace(/[?#].*$/,""):"",lineNumber,columnNumber,errorObj:errorObj.toString(),...otherInfo()}),errorMessageArr=errorMessageArr.filter(obj=>typeof obj.errorObj=="string"&&!obj.errorObj.includes("ReferenceError: Vue is not defined")&&!obj.errorObj.includes("SyntaxError: Unexpected end of JSON input")))},window.addEventListener("load",function(){let mergeErrorMessage=errorMessageArr.concat(errorSignificanceMessageArr);fileLoadFailedFun(),jsExceptionFun(mergeErrorMessage),setPageLoadTimestamp(),checkPageUrl()});function setPageLoadTimestamp(){document.body.setAttribute("data-load-time",(new Date).toLocaleString())}function abuttingJointFramework(c){if(c&&c.textStatus&&c.textStatus==="error"){let r={};r.handler=c.context.handler,r.errorObj=JSON.stringify(c.context.options),r.errorMessage=c.dataOrXhr.responseText,r.errorType="request error",r.pageType="",c.errorMessage&&monitorFrontError(r)}}function calculateVisitTime(){let endTime=new Date;return(endTime-startTime)/1e3+"s"}function checkPageUrl(){location.pathname.includes(location.protocol)&&typeof monitorFrontError=="function"&&monitorFrontError({errorMessage:"The current page pathname contains the protocol",pageUrl:window.location.href,warning_message_code:"dingtalk_front_pageurl_error"})}function fileLoadFailedFun(){loadFailed.length>0&&monitorFrontFilesFailed({filesInfo:loadFailed,...otherInfo()}).then(result=>{result&&fileLoadFailedRequestFun(result)}).catch(error=>{console.error(error)})}function fileLoadFailedRequestFun(loadFailedRes){let jqueryFailed=!1,loadFailedFileArray=[];if(loadFailedRes=loadFailedRes?JSON.parse(loadFailedRes):[],loadFailedRes.length>0){for(const k of loadFailedRes)k.src.includes("jquery-")&&k.type==="js_load_error"&&(jqueryFailed=!0),loadFailedFileArray.push(k.src);loadFailedFileArray=loadFailedFileArray.filter((item,index,self)=>self.indexOf(item)===index);let errorMessage=jqueryFailed?"The current page jQuery file does not exist":"Some resource files do not exist";monitorFrontError({errorMessage,pageUrl:window.location.href,pageType:jqueryFailed?"":"",files:loadFailedFileArray,...otherInfo()})}}function jsExceptionFun(errorMessageArr){for(const k of errorMessageArr)k.scriptURI.indexOf(location.origin)>=0&&getErrorSendTo("",k.lineNumber,k,!0)}function handleResourceError(errorMessage,resourceSrc){monitorFrontError({errorMessage,pageUrl:window.location.href,src:resourceSrc,...otherInfo()})}function getWebPageSource(url){return new Promise(function(resolve,reject){let xhr=new XMLHttpRequest;xhr.open("GET",url),xhr.onload=function(){xhr.status===200?resolve(xhr.responseText):reject("HTTP request failed with status code "+xhr.status)},xhr.onerror=function(){reject("Error fetching web page")},xhr.send()})}function processHtmlSourceCode(htmlSourceCode,targetLineNumber,pageTextType,info){if(pageTextType==="html"){const parser=new DOMParser,doc=parser.parseFromString(htmlSourceCode,"text/html"),lines=doc.documentElement.innerHTML.split(` `);getErrorSendTo(lines,targetLineNumber,info)}if(pageTextType==="js"){const lines=htmlSourceCode.split(` `);getErrorSendTo(lines,targetLineNumber,info)}}function getErrorSendTo(lines="",targetLineNumber=0,dataJson,notChecked=!1){let signNum=30,maxCodeLength=2e3;if(!notChecked){if(lines===""||targetLineNumber===0)return!1;if(lines!==""){let code="";for(let k=0;k{xhrRequestError({method:"POST",url:window.location.href,headers:{"Content-Type":"application/json","X-October-Request-Handler":"onGetFrontInfo","X-Requested-With":"XMLHttpRequest"},data:dataJson}).then(function(response){resolve(response)}).catch(function(error){console.error(error),reject(error)})})}function monitorFrontError(dataJson,isShow=1){xhrRequestError({method:"POST",url:window.location.href,headers:{"Content-Type":"application/json","X-October-Request-Handler":"onMonitorFrontError","X-Requested-With":"XMLHttpRequest"},data:dataJson}).then(function(){isShow&&showErrorNotification(dataJson.errorType||"JsError",dataJson.errorMessage)}).catch(function(error){console.error(error)})}function monitorFrontFilesFailed(dataJson){return new Promise((resolve,reject)=>{xhrRequestError({method:"POST",url:window.location.href,headers:{"Content-Type":"application/json","X-October-Request-Handler":"onMonitorFrontFilesFailed","X-Requested-With":"XMLHttpRequest"},data:dataJson}).then(function(response){let res=JSON.parse(response);for(const k in res)showErrorNotification("Some resource files do not exist",res[k].src);resolve(response)}).catch(function(error){reject(error)})})}function xhrRequestError(options){return new Promise(function(resolve,reject){var xhr=new XMLHttpRequest,header;if(xhr.open(options.method,options.url,!0),xhr.onload=function(){xhr.status>=200&&xhr.status<300?resolve(xhr.responseText):reject(xhr.statusText)},xhr.onerror=function(){reject(xhr.statusText)},options.headers)for(header in options.headers)xhr.setRequestHeader(header,options.headers[header]);options.data?xhr.send(JSON.stringify(options.data)):xhr.send()})}function holderFile(url=""){let isHolderArray=["dist/","assets/","files/"],isDomain=verifyAddressIsDomain({src:url});return isHolderArray.some(item=>url.includes(item))&&isDomain}function getCookieValError(name){var prefix=name+"=",end,value,start=document.cookie.indexOf(prefix);return start==-1?"":(end=document.cookie.indexOf(";",start+prefix.length),end==-1&&(end=document.cookie.length),value=document.cookie.substring(start+prefix.length,end),unescape(value))}function verifyAddressIsDomain(obj){if(obj?.src){let src=obj.src.toString(),origin=location.origin;return src.indexOf(origin)>=0}}function stringToLower(str){if(str)return str.toString().toLowerCase()}}catch(e){console.error(e)}純色無痕美體背心 已加入購物車 新註冊會員即送2000積分收藏購物車首頁新品上市人氣熱銷限時秒殺優惠活動超值兩件組合精選懶人穿搭 · 整套買更划算現貨專區流行風格舒適棉麻優雅禮服傳統國風浪漫韓系簡約日系防曬/涼感防曬/涼感服裝防曬/涼感小物上衣類襯衫/雪紡衫T恤細肩帶/背心帽T/運動衣針織/毛衣洋裝類長洋裝短洋裝印花/碎花洋裝蕾絲洋裝牛仔洋裝針織洋裝下著類寬褲長褲裙類牛仔褲短褲連身套裝吊帶褲外套類罩衫西裝外套休閒夾克風衣外套大衣·羽絨外套鞋子涼鞋運動休閒鞋平底單鞋高跟鞋靴子配件包包飾品帽子/披肩襪子圍巾皮帶日用雜貨 CLOSET 繼續購物商品分類  >  上衣類  >  細肩帶/背心    純色無痕美體背心 純色無痕美體背心 4.820則熱心顧客評價商品貨號:5446折扣後價格:NT$0 市售價:NT$2,865 +NT$0換購可獲得積分:0pt月銷量:201顔色 尺碼 L XL 2XL 3XL数量- +0元特價購入通常價格購入加入收藏清單加入購物車新用戶禮2000積分【1積分=NT$1】全館購入滿NT$1299再免運!滿3999更有享NT$0超值換購! *注:NT$0超值換購和全館優惠同享喔* 購滿NT$5000有NT$500折價券回饋❤溫馨tips:#為確保您可以快速、準確、無誤取到商品,請填寫真實姓名、手機號碼和住址喔~安心購go 全館商品支持信用卡/貨到付款結帳唷使用信用卡支付即刻享受3%優惠減免~請注意:個别跨國銀行卡交易會收取一定金額手續费喔綜合評價綜合評價4.8 4.8不滿意 一般 滿意 非常滿意尺寸感 4.6舒適度 4.7設計感 4.520則熱心顧客評價 真實承諾更多評價 > 姚**雯 商品都收到了,包裝仔細,物流蠻快的,質量不錯都喜歡。顏色沒有色差,做工精細,款式也好看,平時穿M,想要穿寬鬆選了L,上身挺合適的,是我想要的效果。免費的衣服都有這種質量真的很不可思議。已經準備再入手一件罩衫來搭它了~感謝賣家!!! 姚**雯 商品都收到了,包裝仔細,物流蠻快的,質量不錯都喜歡。顏色沒有色差,做工精細,款式也好看,平時穿M,想要穿寬鬆選了L,上身挺合適的,是我想要的效果。免費的衣服都有這種質量真的很不可思議。已經準備再入手一件罩衫來搭它了~感謝賣家!!!2024-07-10 楊*珈 已購買 衣服真的太適合夏天穿了!素面的設計很舒服,高透氣又修身,我超喜歡的!2024-07-09 薛*漾 已購買 真的挺棒的,上身效果滿意,下水後沒有褪色也沒有變形,洗過了沒有掉色,沒有氣味,穿起來不會勒,不會束縛到肩膀影響活動。2024-07-06 池*妙 已購買 穿著舒服沒有束縛感,質量也非常nice,款式簡單大方,面料柔軟細膩手感柔軟舒適。2024-07-05 張**昕 已購買 顏色款式多選擇,蠻適合炎熱夏天的天氣在家穿或搭配個外套外出穿!蠻不錯的內搭衣物!2024-07-05已爲你摺叠幫助不大的評論產品訊息尺寸指南您可能會喜歡季節: 春 夏 秋顏色: 駝色 白色 綠色 黑色 藍色 膚色内衣流行元素: 無内衣圖案: 純色内衣材質: 滌綸内衣-有無胸墊: 無胸墊内衣肩帶: 肩帶不可調内衣閉合方式: 套頭内衣-有無鋼圈: 無鋼圈注意:1.非品質問題(如商品破損)本館不接受退貨喔~2.商品之尺寸丈量和實際尺寸會有些許誤差(一般於正負3公分之內)。3.燈光熒幕顯示等原因會有色差,以實物為準。4.此處給出的參考尺寸表只是一個標準指南。搭配商品推薦素面拼接防曬寬帽簷帽子NT$388超值好康復古印花短袖休閒紐扣圓領T恤NT$880【現貨!先到先得】拉鏈雙肩純色簡約拼接大容量包包NT$0【垂墜感】休閑遮肉顯瘦素面寬褲NT$850【大尺碼】防曬薄款經典拉鏈連帽簡約罩衫NT$450韓系時尚平底拼接涼鞋NT$0慵懶百搭棉麻兔子圖案寬鬆圓領短袖女士T恤NT$850【限時低價特賣!!】柔軟不悶熱簡約休閑圓領素面T恤NT$499春夏必備透氣輕薄素面簡約休閑綁帶高腰長褲寬褲NT$499【出片高手!】簡約時尚圓領素面無袖T恤NT$0【限時下殺】素面 V領 棉麻 開叉 簡約 長款 襯衫NT$520【現貨!先到先得】【減齡款】韓版時尚假兩件拼接V領短袖T恤NT$399優雅素面顯瘦V領蝙蝠袖涼感針織上衣NT$573【正韓時尚】素面簡約時尚高腰紐扣顯瘦牛仔褲NT$599文藝風棉麻燈籠褲百搭簡約休閑高腰長褲NT$829休閑簡約棉麻素面無袖顯瘦遮肉V領長洋裝NT$1,032【現貨!先到先得】休閑簡約防UV涼感素面連帽罩衫NT$620【改良旗袍】經典復古 印花 短袖 高腰 A字版型 顯瘦 長洋裝NT$1,299舒服軟糯 棉麻 花朵 刺繡 V領 七分袖 襯衫NT$699強透氣無肩帶無鋼圈背扣文胸NT$0【現貨!先到先得】森系刺繡鏤空拼接圓領襯衫NT$550【現貨!先到先得】百搭時髦圓領簡約七分袖襯衫NT$499【現貨!先到先得】【兩件套】清爽休閒短袖上衣+綁帶撞色寬褲套裝NT$980休閑簡約素面棉麻短褲NT$913休閑圓點印花長袖翻領罩衫NT$913【單品可選】韓版 時尚 條紋 襯衫+素面 背心+鬆緊腰 闊腿 牛仔褲 三件套NT$762【現貨!先到先得】提升氣質素面五分袖休閑簡約圓領T恤NT$399【現貨!先到先得】【人氣單品】簡約休閑圓領橫條紋五分袖T恤NT$779素面圓裙圓領休閑長洋裝NT$598MORE>最近瀏覽商品ok[{"id":129071,"product_id":5446,"option_values":"{\"15499\":{\"62533\":\"\\u767d\\u8272\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62539\":\"L\"}}","sku":"000696973500001","item_id":"4750019122847","sku_price":"6.00","sku_status":1,"sku_list_price":"4.00","sku_stock":5920,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":129072,"product_id":5446,"option_values":"{\"15499\":{\"62533\":\"\\u767d\\u8272\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62540\":\"XL\"}}","sku":"000696973500002","item_id":"4750019122848","sku_price":"6.00","sku_status":1,"sku_list_price":"4.00","sku_stock":5069,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":129073,"product_id":5446,"option_values":"{\"15499\":{\"62533\":\"\\u767d\\u8272\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62541\":\"XXL\"}}","sku":"000696973500003","item_id":"4750019122849","sku_price":"6.00","sku_status":1,"sku_list_price":"4.00","sku_stock":5589,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":129074,"product_id":5446,"option_values":"{\"15499\":{\"62533\":\"\\u767d\\u8272\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62542\":\"XXXL\"}}","sku":"000696973500004","item_id":"4750019122850","sku_price":"6.00","sku_status":1,"sku_list_price":"4.00","sku_stock":5568,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":129075,"product_id":5446,"option_values":"{\"15499\":{\"62534\":\"\\u9ed1\\u8272\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62539\":\"L\"}}","sku":"000696973500005","item_id":"4750019122857","sku_price":"6.00","sku_status":1,"sku_list_price":"4.00","sku_stock":4416,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":129076,"product_id":5446,"option_values":"{\"15499\":{\"62534\":\"\\u9ed1\\u8272\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62540\":\"XL\"}}","sku":"000696973500006","item_id":"4750019122858","sku_price":"6.00","sku_status":1,"sku_list_price":"4.00","sku_stock":3156,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":129077,"product_id":5446,"option_values":"{\"15499\":{\"62534\":\"\\u9ed1\\u8272\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62541\":\"XXL\"}}","sku":"000696973500007","item_id":"4750019122859","sku_price":"6.00","sku_status":1,"sku_list_price":"4.00","sku_stock":3297,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":129078,"product_id":5446,"option_values":"{\"15499\":{\"62534\":\"\\u9ed1\\u8272\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62542\":\"XXXL\"}}","sku":"000696973500008","item_id":"4750019122860","sku_price":"6.00","sku_status":1,"sku_list_price":"4.00","sku_stock":3267,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":129079,"product_id":5446,"option_values":"{\"15499\":{\"62535\":\"\\u8089\\u8272\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62539\":\"L\"}}","sku":"000696973500009","item_id":"4750019122862","sku_price":"6.00","sku_status":1,"sku_list_price":"4.00","sku_stock":6880,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":129080,"product_id":5446,"option_values":"{\"15499\":{\"62535\":\"\\u8089\\u8272\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62540\":\"XL\"}}","sku":"000696973500010","item_id":"4750019122863","sku_price":"6.00","sku_status":1,"sku_list_price":"4.00","sku_stock":5921,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":129081,"product_id":5446,"option_values":"{\"15499\":{\"62535\":\"\\u8089\\u8272\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62541\":\"XXL\"}}","sku":"000696973500011","item_id":"4750019122864","sku_price":"6.00","sku_status":1,"sku_list_price":"4.00","sku_stock":6354,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":129082,"product_id":5446,"option_values":"{\"15499\":{\"62535\":\"\\u8089\\u8272\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62542\":\"XXXL\"}}","sku":"000696973500012","item_id":"4750019122865","sku_price":"6.00","sku_status":1,"sku_list_price":"4.00","sku_stock":6073,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":129083,"product_id":5446,"option_values":"{\"15499\":{\"62536\":\"\\u725b\\u6cb9\\u679c\\u7eff\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62539\":\"L\"}}","sku":"000696973500013","item_id":"4750019122867","sku_price":"6.00","sku_status":1,"sku_list_price":"4.00","sku_stock":7711,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":129084,"product_id":5446,"option_values":"{\"15499\":{\"62536\":\"\\u725b\\u6cb9\\u679c\\u7eff\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62540\":\"XL\"}}","sku":"000696973500014","item_id":"4750019122868","sku_price":"6.00","sku_status":1,"sku_list_price":"4.00","sku_stock":6704,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":129085,"product_id":5446,"option_values":"{\"15499\":{\"62536\":\"\\u725b\\u6cb9\\u679c\\u7eff\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62541\":\"XXL\"}}","sku":"000696973500015","item_id":"4750019122869","sku_price":"6.00","sku_status":1,"sku_list_price":"4.00","sku_stock":7064,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":129086,"product_id":5446,"option_values":"{\"15499\":{\"62536\":\"\\u725b\\u6cb9\\u679c\\u7eff\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62542\":\"XXXL\"}}","sku":"000696973500016","item_id":"4750019122870","sku_price":"6.00","sku_status":1,"sku_list_price":"4.00","sku_stock":6745,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":129087,"product_id":5446,"option_values":"{\"15499\":{\"62537\":\"\\u5b9d\\u84dd\\u8272\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62539\":\"L\"}}","sku":"000696973500017","item_id":"4750019122872","sku_price":"6.00","sku_status":1,"sku_list_price":"4.00","sku_stock":9604,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":129088,"product_id":5446,"option_values":"{\"15499\":{\"62537\":\"\\u5b9d\\u84dd\\u8272\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62540\":\"XL\"}}","sku":"000696973500018","item_id":"4750019122873","sku_price":"6.00","sku_status":1,"sku_list_price":"4.00","sku_stock":9494,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":129089,"product_id":5446,"option_values":"{\"15499\":{\"62537\":\"\\u5b9d\\u84dd\\u8272\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62541\":\"XXL\"}}","sku":"000696973500019","item_id":"4750019122874","sku_price":"6.00","sku_status":1,"sku_list_price":"4.00","sku_stock":9489,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":129090,"product_id":5446,"option_values":"{\"15499\":{\"62537\":\"\\u5b9d\\u84dd\\u8272\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62542\":\"XXXL\"}}","sku":"000696973500020","item_id":"4750019122875","sku_price":"6.00","sku_status":1,"sku_list_price":"4.00","sku_stock":9460,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":129091,"product_id":5446,"option_values":"{\"15499\":{\"62538\":\"\\u9a7c\\u8272\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62539\":\"L\"}}","sku":"000696973500021","item_id":"4750019122877","sku_price":"6.00","sku_status":1,"sku_list_price":"4.00","sku_stock":6892,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":129092,"product_id":5446,"option_values":"{\"15499\":{\"62538\":\"\\u9a7c\\u8272\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62540\":\"XL\"}}","sku":"000696973500022","item_id":"4750019122878","sku_price":"6.00","sku_status":0,"sku_list_price":"4.00","sku_stock":6256,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":129093,"product_id":5446,"option_values":"{\"15499\":{\"62538\":\"\\u9a7c\\u8272\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62541\":\"XXL\"}}","sku":"000696973500023","item_id":"4750019122879","sku_price":"6.00","sku_status":1,"sku_list_price":"4.00","sku_stock":5988,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":129094,"product_id":5446,"option_values":"{\"15499\":{\"62538\":\"\\u9a7c\\u8272\\\/\\u5e73\\u7eb9\\u80cc\\u5fc3\"},\"15500\":{\"62542\":\"XXXL\"}}","sku":"000696973500024","item_id":"4750019122880","sku_price":"6.00","sku_status":1,"sku_list_price":"4.00","sku_stock":6394,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0}]
已加入購物車
純色無痕美體背心
商品貨號:5446
折扣後價格:NT$0 市售價:NT$2,865
新用戶禮2000積分【1積分=NT$1】
全館購入滿NT$1299再免運!
滿3999更有享NT$0超值換購!
*注:NT$0超值換購和全館優惠同享喔*
購滿NT$5000有NT$500折價券回饋❤
溫馨tips:
#為確保您可以快速、準確、無誤取到商品,請填寫真實姓名、手機號碼和住址喔~
安心購go 全館商品支持信用卡/貨到付款結帳唷
使用信用卡支付即刻享受3%優惠減免~
請注意:個别跨國銀行卡交易會收取一定金額手續费喔
20則熱心顧客評價 真實承諾
姚**雯
2024-07-10
楊*珈 已購買
衣服真的太適合夏天穿了!素面的設計很舒服,高透氣又修身,我超喜歡的!
2024-07-09
薛*漾 已購買
真的挺棒的,上身效果滿意,下水後沒有褪色也沒有變形,洗過了沒有掉色,沒有氣味,穿起來不會勒,不會束縛到肩膀影響活動。
2024-07-06
池*妙 已購買
穿著舒服沒有束縛感,質量也非常nice,款式簡單大方,面料柔軟細膩手感柔軟舒適。
2024-07-05
張**昕 已購買
顏色款式多選擇,蠻適合炎熱夏天的天氣在家穿或搭配個外套外出穿!蠻不錯的內搭衣物!
季節: 春 夏 秋
顏色: 駝色 白色 綠色 黑色 藍色 膚色
内衣流行元素: 無
内衣圖案: 純色
内衣材質: 滌綸
内衣-有無胸墊: 無胸墊
内衣肩帶: 肩帶不可調
内衣閉合方式: 套頭
内衣-有無鋼圈: 無鋼圈
注意:
1.非品質問題(如商品破損)本館不接受退貨喔~
2.商品之尺寸丈量和實際尺寸會有些許誤差(一般於正負3公分之內)。
3.燈光熒幕顯示等原因會有色差,以實物為準。
4.此處給出的參考尺寸表只是一個標準指南。
素面拼接防曬寬帽簷帽子
NT$388
超值好康復古印花短袖休閒紐扣圓領T恤
NT$880
【現貨!先到先得】拉鏈雙肩純色簡約拼接大容量包包
NT$0
【垂墜感】休閑遮肉顯瘦素面寬褲
NT$850
【大尺碼】防曬薄款經典拉鏈連帽簡約罩衫
NT$450
韓系時尚平底拼接涼鞋
慵懶百搭棉麻兔子圖案寬鬆圓領短袖女士T恤
【限時低價特賣!!】柔軟不悶熱簡約休閑圓領素面T恤
NT$499
春夏必備透氣輕薄素面簡約休閑綁帶高腰長褲寬褲
【出片高手!】簡約時尚圓領素面無袖T恤
【限時下殺】素面 V領 棉麻 開叉 簡約 長款 襯衫
NT$520
【現貨!先到先得】【減齡款】韓版時尚假兩件拼接V領短袖T恤
NT$399
優雅素面顯瘦V領蝙蝠袖涼感針織上衣
NT$573
【正韓時尚】素面簡約時尚高腰紐扣顯瘦牛仔褲
NT$599
文藝風棉麻燈籠褲百搭簡約休閑高腰長褲
NT$829
休閑簡約棉麻素面無袖顯瘦遮肉V領長洋裝
NT$1,032
【現貨!先到先得】休閑簡約防UV涼感素面連帽罩衫
NT$620
【改良旗袍】經典復古 印花 短袖 高腰 A字版型 顯瘦 長洋裝
NT$1,299
舒服軟糯 棉麻 花朵 刺繡 V領 七分袖 襯衫
NT$699
強透氣無肩帶無鋼圈背扣文胸
【現貨!先到先得】森系刺繡鏤空拼接圓領襯衫
NT$550
【現貨!先到先得】百搭時髦圓領簡約七分袖襯衫
【現貨!先到先得】【兩件套】清爽休閒短袖上衣+綁帶撞色寬褲套裝
NT$980
休閑簡約素面棉麻短褲
NT$913
休閑圓點印花長袖翻領罩衫
【單品可選】韓版 時尚 條紋 襯衫+素面 背心+鬆緊腰 闊腿 牛仔褲 三件套
NT$762
【現貨!先到先得】提升氣質素面五分袖休閑簡約圓領T恤
【現貨!先到先得】【人氣單品】簡約休閑圓領橫條紋五分袖T恤
NT$779
素面圓裙圓領休閑長洋裝
NT$598