/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.718則熱心顧客評價商品貨號:3213NT$1,601可獲得積分:48pt (3倍積分)月銷量:52顔色 尺碼 M L XL 2XL 3XL 4XL数量- +加入收藏清單加入購物車新用戶禮2000積分【1積分=NT$1】全館購入滿NT$1299再免運!滿3999更有享NT$0超值換購! *注:NT$0超值換購和全館優惠同享喔* 購滿NT$5000有NT$500折價券回饋❤溫馨tips:#為確保您可以快速、準確、無誤取到商品,請填寫真實姓名、手機號碼和住址喔~安心購go 全館商品支持信用卡/貨到付款結帳唷使用信用卡支付即刻享受3%優惠減免~請注意:個别跨國銀行卡交易會收取一定金額手續费喔綜合評價綜合評價4.7 4.7不滿意 一般 滿意 非常滿意18則熱心顧客評價 真實承諾更多評價 > 宋*蓁 已購買 這個套裝真的很可愛,就是現在穿的話太厚了,可以在晚上天氣稍涼的時候穿!真的很喜歡啊啊! 宋*蓁 已購買 這個套裝真的很可愛,就是現在穿的話太厚了,可以在晚上天氣稍涼的時候穿!真的很喜歡啊啊!2024-04-08已爲你摺叠幫助不大的評論產品訊息尺寸指南您可能會喜歡圖案: 素面 印花季節: 春 秋冬 春秋 冬 秋年齡層: 20-40代顏色: 卡其 紅色領型: 高領裙型: 百褶裙腰型: 高腰流行元素: 綁帶風格: 復古 時尚 中國風 簡約袖長: 長袖面料材質: 聚酯纖維 針織袖型: 常規注意:1.非品質問題(如商品破損)本館不接受退貨喔~2.商品之尺寸丈量和實際尺寸會有些許誤差(一般於正負3公分之內)。3.燈光熒幕顯示等原因會有色差,以實物為準。4.此處給出的參考尺寸表只是一個標準指南。搭配商品推薦休閑簡約素面棉麻短褲NT$913【正韓時尚】素面簡約時尚高腰紐扣顯瘦牛仔褲NT$599素面簡約輕熟POLO領修身短袖針織NT$747多款圖案可選 簡約好搭 字母 寬鬆 耐久性 套頭 圓領 棉 夏 T恤NT$508【垂墜感】休閑遮肉顯瘦素面寬褲NT$850【S-4XL】今夏特價 寬鬆 V領 棉麻 五分袖 素面 T恤NT$490【現貨!先到先得】素面五分袖V領套頭T恤NT$608素面休閑工作清爽幹練九分寬褲NT$680【簡約百搭】素面涼感顯瘦修身T恤NT$450休閑簡約素面七分褲寬褲NT$660【現貨!先到先得】森系刺繡鏤空拼接圓領襯衫NT$550慵懶百搭棉麻兔子圖案寬鬆圓領短袖女士T恤NT$850【限時下殺】素面 V領 棉麻 開叉 簡約 長款 襯衫NT$520森系休閑V領五分袖印花洋裝NT$951【買到停不下來】大碼可穿 經典款 字母 印花 連帽 短袖 T恤NT$429格紋棉麻格紋碎花圓領森系復古寬鬆遮肉長洋裝NT$1,164休閑短袖撞色圓領A字裙長洋裝NT$769【大尺碼】防曬薄款經典拉鏈連帽簡約罩衫NT$450韓系時尚平底拼接涼鞋NT$0扎染七分袖休閑圓領長洋裝NT$999春夏必備透氣輕薄素面簡約休閑綁帶高腰長褲寬褲NT$499【現貨!先到先得】舒服軟糯好感素面開叉圓領T恤NT$6203色可選 慵懶百搭 字母 撞色 圓領 休閑 遮肉 印花 T恤NT$599素面圓裙圓領休閑長洋裝NT$598【現貨!先到先得】【人氣單品】簡約休閑圓領橫條紋五分袖T恤NT$779【現貨!先到先得】簡約好搭印花休閑森系棉麻T恤NT$570【寬鬆大尺碼】6色任選 顯瘦 顯腿長 透氣棉麻 素面 長褲NT$399優雅素面顯瘦V領蝙蝠袖涼感針織上衣NT$573休閑簡約棉麻素面無袖顯瘦遮肉V領長洋裝NT$1,032MORE>最近瀏覽商品ok[{"id":86427,"product_id":3213,"option_values":"{\"9943\":{\"41083\":\"\\u7c73\\u8272\\u6bdb\\u8863+\\u7ea2\\u8272\\u534a\\u8eab\\u88d9 \\u4e24\\u4ef6\\u5957\"},\"9944\":{\"41085\":\"M \\u5efa\\u8bae80-100\\u65a4\"}}","sku":"000907511300001","item_id":"","sku_price":"120.83","sku_status":1,"sku_list_price":"66.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86428,"product_id":3213,"option_values":"{\"9943\":{\"41083\":\"\\u7c73\\u8272\\u6bdb\\u8863+\\u7ea2\\u8272\\u534a\\u8eab\\u88d9 \\u4e24\\u4ef6\\u5957\"},\"9944\":{\"41086\":\"L \\u5efa\\u8bae100-120\\u65a4\"}}","sku":"000907511300002","item_id":"","sku_price":"120.83","sku_status":1,"sku_list_price":"66.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86429,"product_id":3213,"option_values":"{\"9943\":{\"41083\":\"\\u7c73\\u8272\\u6bdb\\u8863+\\u7ea2\\u8272\\u534a\\u8eab\\u88d9 \\u4e24\\u4ef6\\u5957\"},\"9944\":{\"41087\":\"XL \\u5efa\\u8bae120-140\\u65a4\"}}","sku":"000907511300003","item_id":"","sku_price":"120.83","sku_status":1,"sku_list_price":"66.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86430,"product_id":3213,"option_values":"{\"9943\":{\"41083\":\"\\u7c73\\u8272\\u6bdb\\u8863+\\u7ea2\\u8272\\u534a\\u8eab\\u88d9 \\u4e24\\u4ef6\\u5957\"},\"9944\":{\"41088\":\"2XL \\u5efa\\u8bae140-160\\u65a4\"}}","sku":"000907511300004","item_id":"","sku_price":"120.83","sku_status":1,"sku_list_price":"66.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86431,"product_id":3213,"option_values":"{\"9943\":{\"41083\":\"\\u7c73\\u8272\\u6bdb\\u8863+\\u7ea2\\u8272\\u534a\\u8eab\\u88d9 \\u4e24\\u4ef6\\u5957\"},\"9944\":{\"41089\":\"3XL \\u5efa\\u8bae160-180\\u65a4\"}}","sku":"000907511300005","item_id":"","sku_price":"120.83","sku_status":1,"sku_list_price":"66.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86432,"product_id":3213,"option_values":"{\"9943\":{\"41083\":\"\\u7c73\\u8272\\u6bdb\\u8863+\\u7ea2\\u8272\\u534a\\u8eab\\u88d9 \\u4e24\\u4ef6\\u5957\"},\"9944\":{\"41090\":\"4XL \\u5efa\\u8bae180-200\\u65a4\"}}","sku":"000907511300006","item_id":"","sku_price":"120.83","sku_status":1,"sku_list_price":"66.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86433,"product_id":3213,"option_values":"{\"9943\":{\"41084\":\"\\u7ea2\\u8272\\u6bdb\\u8863+\\u7ea2\\u8272\\u534a\\u8eab\\u88d9 \\u4e24\\u4ef6\\u5957\"},\"9944\":{\"41085\":\"M \\u5efa\\u8bae80-100\\u65a4\"}}","sku":"000907511300007","item_id":"","sku_price":"120.83","sku_status":1,"sku_list_price":"66.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86434,"product_id":3213,"option_values":"{\"9943\":{\"41084\":\"\\u7ea2\\u8272\\u6bdb\\u8863+\\u7ea2\\u8272\\u534a\\u8eab\\u88d9 \\u4e24\\u4ef6\\u5957\"},\"9944\":{\"41086\":\"L \\u5efa\\u8bae100-120\\u65a4\"}}","sku":"000907511300008","item_id":"","sku_price":"120.83","sku_status":1,"sku_list_price":"66.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86435,"product_id":3213,"option_values":"{\"9943\":{\"41084\":\"\\u7ea2\\u8272\\u6bdb\\u8863+\\u7ea2\\u8272\\u534a\\u8eab\\u88d9 \\u4e24\\u4ef6\\u5957\"},\"9944\":{\"41087\":\"XL \\u5efa\\u8bae120-140\\u65a4\"}}","sku":"000907511300009","item_id":"","sku_price":"120.83","sku_status":1,"sku_list_price":"66.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86436,"product_id":3213,"option_values":"{\"9943\":{\"41084\":\"\\u7ea2\\u8272\\u6bdb\\u8863+\\u7ea2\\u8272\\u534a\\u8eab\\u88d9 \\u4e24\\u4ef6\\u5957\"},\"9944\":{\"41088\":\"2XL \\u5efa\\u8bae140-160\\u65a4\"}}","sku":"000907511300010","item_id":"","sku_price":"120.83","sku_status":1,"sku_list_price":"66.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86437,"product_id":3213,"option_values":"{\"9943\":{\"41084\":\"\\u7ea2\\u8272\\u6bdb\\u8863+\\u7ea2\\u8272\\u534a\\u8eab\\u88d9 \\u4e24\\u4ef6\\u5957\"},\"9944\":{\"41089\":\"3XL \\u5efa\\u8bae160-180\\u65a4\"}}","sku":"000907511300011","item_id":"","sku_price":"120.83","sku_status":1,"sku_list_price":"66.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86438,"product_id":3213,"option_values":"{\"9943\":{\"41084\":\"\\u7ea2\\u8272\\u6bdb\\u8863+\\u7ea2\\u8272\\u534a\\u8eab\\u88d9 \\u4e24\\u4ef6\\u5957\"},\"9944\":{\"41090\":\"4XL \\u5efa\\u8bae180-200\\u65a4\"}}","sku":"000907511300012","item_id":"","sku_price":"120.83","sku_status":1,"sku_list_price":"66.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86439,"product_id":3213,"option_values":"{\"9943\":{\"41080\":\"\\u7c73\\u8272\\u6bdb\\u8863 \\u5355\\u4ef6\"},\"9944\":{\"41085\":\"M \\u5efa\\u8bae80-100\\u65a4\"}}","sku":"000907511300013","item_id":"","sku_price":"80.83","sku_status":1,"sku_list_price":"26.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86440,"product_id":3213,"option_values":"{\"9943\":{\"41080\":\"\\u7c73\\u8272\\u6bdb\\u8863 \\u5355\\u4ef6\"},\"9944\":{\"41086\":\"L \\u5efa\\u8bae100-120\\u65a4\"}}","sku":"000907511300014","item_id":"","sku_price":"80.83","sku_status":1,"sku_list_price":"26.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86441,"product_id":3213,"option_values":"{\"9943\":{\"41080\":\"\\u7c73\\u8272\\u6bdb\\u8863 \\u5355\\u4ef6\"},\"9944\":{\"41087\":\"XL \\u5efa\\u8bae120-140\\u65a4\"}}","sku":"000907511300015","item_id":"","sku_price":"80.83","sku_status":1,"sku_list_price":"26.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86442,"product_id":3213,"option_values":"{\"9943\":{\"41080\":\"\\u7c73\\u8272\\u6bdb\\u8863 \\u5355\\u4ef6\"},\"9944\":{\"41088\":\"2XL \\u5efa\\u8bae140-160\\u65a4\"}}","sku":"000907511300016","item_id":"","sku_price":"80.83","sku_status":1,"sku_list_price":"26.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86443,"product_id":3213,"option_values":"{\"9943\":{\"41080\":\"\\u7c73\\u8272\\u6bdb\\u8863 \\u5355\\u4ef6\"},\"9944\":{\"41089\":\"3XL \\u5efa\\u8bae160-180\\u65a4\"}}","sku":"000907511300017","item_id":"","sku_price":"80.83","sku_status":1,"sku_list_price":"26.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86444,"product_id":3213,"option_values":"{\"9943\":{\"41080\":\"\\u7c73\\u8272\\u6bdb\\u8863 \\u5355\\u4ef6\"},\"9944\":{\"41090\":\"4XL \\u5efa\\u8bae180-200\\u65a4\"}}","sku":"000907511300018","item_id":"","sku_price":"80.83","sku_status":1,"sku_list_price":"26.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86445,"product_id":3213,"option_values":"{\"9943\":{\"41081\":\"\\u7ea2\\u8272\\u6bdb\\u8863 \\u5355\\u4ef6\"},\"9944\":{\"41085\":\"M \\u5efa\\u8bae80-100\\u65a4\"}}","sku":"000907511300019","item_id":"","sku_price":"80.83","sku_status":1,"sku_list_price":"26.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86446,"product_id":3213,"option_values":"{\"9943\":{\"41081\":\"\\u7ea2\\u8272\\u6bdb\\u8863 \\u5355\\u4ef6\"},\"9944\":{\"41086\":\"L \\u5efa\\u8bae100-120\\u65a4\"}}","sku":"000907511300020","item_id":"","sku_price":"80.83","sku_status":1,"sku_list_price":"26.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86447,"product_id":3213,"option_values":"{\"9943\":{\"41081\":\"\\u7ea2\\u8272\\u6bdb\\u8863 \\u5355\\u4ef6\"},\"9944\":{\"41087\":\"XL \\u5efa\\u8bae120-140\\u65a4\"}}","sku":"000907511300021","item_id":"","sku_price":"80.83","sku_status":1,"sku_list_price":"26.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86448,"product_id":3213,"option_values":"{\"9943\":{\"41081\":\"\\u7ea2\\u8272\\u6bdb\\u8863 \\u5355\\u4ef6\"},\"9944\":{\"41088\":\"2XL \\u5efa\\u8bae140-160\\u65a4\"}}","sku":"000907511300022","item_id":"","sku_price":"80.83","sku_status":1,"sku_list_price":"26.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86449,"product_id":3213,"option_values":"{\"9943\":{\"41081\":\"\\u7ea2\\u8272\\u6bdb\\u8863 \\u5355\\u4ef6\"},\"9944\":{\"41089\":\"3XL \\u5efa\\u8bae160-180\\u65a4\"}}","sku":"000907511300023","item_id":"","sku_price":"80.83","sku_status":1,"sku_list_price":"26.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86450,"product_id":3213,"option_values":"{\"9943\":{\"41081\":\"\\u7ea2\\u8272\\u6bdb\\u8863 \\u5355\\u4ef6\"},\"9944\":{\"41090\":\"4XL \\u5efa\\u8bae180-200\\u65a4\"}}","sku":"000907511300024","item_id":"","sku_price":"80.83","sku_status":1,"sku_list_price":"26.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86451,"product_id":3213,"option_values":"{\"9943\":{\"41082\":\"\\u7ea2\\u8272\\u534a\\u8eab\\u88d9 \\u5355\\u4ef6\"},\"9944\":{\"41085\":\"M \\u5efa\\u8bae80-100\\u65a4\"}}","sku":"000907511300025","item_id":"","sku_price":"90.83","sku_status":1,"sku_list_price":"36.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86452,"product_id":3213,"option_values":"{\"9943\":{\"41082\":\"\\u7ea2\\u8272\\u534a\\u8eab\\u88d9 \\u5355\\u4ef6\"},\"9944\":{\"41086\":\"L \\u5efa\\u8bae100-120\\u65a4\"}}","sku":"000907511300026","item_id":"","sku_price":"90.83","sku_status":1,"sku_list_price":"36.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86453,"product_id":3213,"option_values":"{\"9943\":{\"41082\":\"\\u7ea2\\u8272\\u534a\\u8eab\\u88d9 \\u5355\\u4ef6\"},\"9944\":{\"41087\":\"XL \\u5efa\\u8bae120-140\\u65a4\"}}","sku":"000907511300027","item_id":"","sku_price":"90.83","sku_status":1,"sku_list_price":"36.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86454,"product_id":3213,"option_values":"{\"9943\":{\"41082\":\"\\u7ea2\\u8272\\u534a\\u8eab\\u88d9 \\u5355\\u4ef6\"},\"9944\":{\"41088\":\"2XL \\u5efa\\u8bae140-160\\u65a4\"}}","sku":"000907511300028","item_id":"","sku_price":"90.83","sku_status":1,"sku_list_price":"36.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86455,"product_id":3213,"option_values":"{\"9943\":{\"41082\":\"\\u7ea2\\u8272\\u534a\\u8eab\\u88d9 \\u5355\\u4ef6\"},\"9944\":{\"41089\":\"3XL \\u5efa\\u8bae160-180\\u65a4\"}}","sku":"000907511300029","item_id":"","sku_price":"90.83","sku_status":1,"sku_list_price":"36.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":86456,"product_id":3213,"option_values":"{\"9943\":{\"41082\":\"\\u7ea2\\u8272\\u534a\\u8eab\\u88d9 \\u5355\\u4ef6\"},\"9944\":{\"41090\":\"4XL \\u5efa\\u8bae180-200\\u65a4\"}}","sku":"000907511300030","item_id":"","sku_price":"90.83","sku_status":1,"sku_list_price":"36.00","sku_stock":0,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0}]
已加入購物車
【套裝/可分售】中國風素面毛衣+綁帶印花裙類套裝
商品貨號:3213
NT$1,601
新用戶禮2000積分【1積分=NT$1】
全館購入滿NT$1299再免運!
滿3999更有享NT$0超值換購!
*注:NT$0超值換購和全館優惠同享喔*
購滿NT$5000有NT$500折價券回饋❤
溫馨tips:
#為確保您可以快速、準確、無誤取到商品,請填寫真實姓名、手機號碼和住址喔~
安心購go 全館商品支持信用卡/貨到付款結帳唷
使用信用卡支付即刻享受3%優惠減免~
請注意:個别跨國銀行卡交易會收取一定金額手續费喔
18則熱心顧客評價 真實承諾
宋*蓁 已購買
這個套裝真的很可愛,就是現在穿的話太厚了,可以在晚上天氣稍涼的時候穿!真的很喜歡啊啊!
2024-04-08
圖案: 素面 印花
季節: 春 秋冬 春秋 冬 秋
年齡層: 20-40代
顏色: 卡其 紅色
領型: 高領
裙型: 百褶裙
腰型: 高腰
流行元素: 綁帶
風格: 復古 時尚 中國風 簡約
袖長: 長袖
面料材質: 聚酯纖維 針織
袖型: 常規
注意:
1.非品質問題(如商品破損)本館不接受退貨喔~
2.商品之尺寸丈量和實際尺寸會有些許誤差(一般於正負3公分之內)。
3.燈光熒幕顯示等原因會有色差,以實物為準。
4.此處給出的參考尺寸表只是一個標準指南。
休閑簡約素面棉麻短褲
NT$913
【正韓時尚】素面簡約時尚高腰紐扣顯瘦牛仔褲
NT$599
素面簡約輕熟POLO領修身短袖針織
NT$747
多款圖案可選 簡約好搭 字母 寬鬆 耐久性 套頭 圓領 棉 夏 T恤
NT$508
【垂墜感】休閑遮肉顯瘦素面寬褲
NT$850
【S-4XL】今夏特價 寬鬆 V領 棉麻 五分袖 素面 T恤
NT$490
【現貨!先到先得】素面五分袖V領套頭T恤
NT$608
素面休閑工作清爽幹練九分寬褲
NT$680
【簡約百搭】素面涼感顯瘦修身T恤
NT$450
休閑簡約素面七分褲寬褲
NT$660
【現貨!先到先得】森系刺繡鏤空拼接圓領襯衫
NT$550
慵懶百搭棉麻兔子圖案寬鬆圓領短袖女士T恤
【限時下殺】素面 V領 棉麻 開叉 簡約 長款 襯衫
NT$520
森系休閑V領五分袖印花洋裝
NT$951
【買到停不下來】大碼可穿 經典款 字母 印花 連帽 短袖 T恤
NT$429
格紋棉麻格紋碎花圓領森系復古寬鬆遮肉長洋裝
NT$1,164
休閑短袖撞色圓領A字裙長洋裝
NT$769
【大尺碼】防曬薄款經典拉鏈連帽簡約罩衫
韓系時尚平底拼接涼鞋
NT$0
扎染七分袖休閑圓領長洋裝
NT$999
春夏必備透氣輕薄素面簡約休閑綁帶高腰長褲寬褲
NT$499
【現貨!先到先得】舒服軟糯好感素面開叉圓領T恤
NT$620
3色可選 慵懶百搭 字母 撞色 圓領 休閑 遮肉 印花 T恤
素面圓裙圓領休閑長洋裝
NT$598
【現貨!先到先得】【人氣單品】簡約休閑圓領橫條紋五分袖T恤
NT$779
【現貨!先到先得】簡約好搭印花休閑森系棉麻T恤
NT$570
【寬鬆大尺碼】6色任選 顯瘦 顯腿長 透氣棉麻 素面 長褲
NT$399
優雅素面顯瘦V領蝙蝠袖涼感針織上衣
NT$573
休閑簡約棉麻素面無袖顯瘦遮肉V領長洋裝
NT$1,032