/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 繼續購物商品分類  >  鞋子  >  高跟鞋    素面低跟休閑經典韓版優雅通勤高跟鞋素面低跟休閑經典韓版優雅通勤高跟鞋商品貨號:6103NT$720可獲得積分:21pt (3倍積分)月銷量:3颜色 尺码 35 36 37 38 39 40 41数量- +加入收藏清單加入購物車新用戶禮2000積分【1積分=NT$1】全館購入滿NT$1299再免運!滿3999更有享NT$0超值換購! *注:NT$0超值換購和全館優惠同享喔* 購滿NT$5000有NT$500折價券回饋❤溫馨tips:#為確保您可以快速、準確、無誤取到商品,請填寫真實姓名、手機號碼和住址喔~安心購go 全館商品支持信用卡/貨到付款結帳唷使用信用卡支付即刻享受3%優惠減免~請注意:個别跨國銀行卡交易會收取一定金額手續费喔該產品還沒有評論喔產品訊息尺寸指南您可能會喜歡圖案: 素面高跟: 低跟鞋頭形狀: 尖頭鞋鞋子風格: 休閑 通勤 經典 韓版 優雅注意:1.非品質問題(如商品破損)本館不接受退貨喔~2.商品之尺寸丈量和實際尺寸會有些許誤差(一般於正負3公分之內)。3.燈光熒幕顯示等原因會有色差,以實物為準。4.此處給出的參考尺寸表只是一個標準指南。搭配商品推薦休閑簡約棉麻素面無袖顯瘦遮肉V領長洋裝NT$1,032超值好康復古印花短袖休閒紐扣圓領T恤NT$880【兩件套】簡約休閑短袖圓領T恤+字母印花短褲套裝NT$6763色可選 慵懶百搭 字母 撞色 圓領 休閑 遮肉 印花 T恤NT$599多款圖案可選 簡約好搭 字母 寬鬆 耐久性 套頭 圓領 棉 夏 T恤NT$508【現貨!先到先得】簡約好搭印花休閑森系棉麻T恤NT$570森系休閑V領五分袖印花洋裝NT$951森系棉麻 休閑簡約 寬鬆 顯瘦 開叉 素面 T恤NT$7903色可選豎條紋翻領七分袖襯衫NT$599素面休閑工作清爽幹練九分寬褲NT$680【S-4XL】今夏特價 寬鬆 V領 棉麻 五分袖 素面 T恤NT$490格紋棉麻格紋碎花圓領森系復古寬鬆遮肉長洋裝NT$1,164扎染七分袖休閑圓領長洋裝NT$999【現貨!先到先得】舒服軟糯好感素面開叉圓領T恤NT$620輕熟風 綁帶設計 收腰 A字裙 豎條紋 立領 長洋裝NT$583慵懶百搭棉麻兔子圖案寬鬆圓領短袖女士T恤NT$850文藝風棉麻燈籠褲百搭簡約休閑高腰長褲NT$829優雅隱形拉鏈時尚蕾絲拼接高腰晚禮服/長洋裝NT$1,800素面簡約輕熟POLO領修身短袖針織NT$747撞色休閑拼接V領顯瘦T恤NT$599素面圓裙圓領休閑長洋裝NT$598休閑簡約素面七分褲寬褲NT$660【買到停不下來】大碼可穿 經典款 字母 印花 連帽 短袖 T恤NT$429【出片高手!】簡約時尚圓領素面無袖T恤NT$0優雅素面顯瘦V領蝙蝠袖涼感針織上衣NT$573春夏必備透氣輕薄素面簡約休閑綁帶高腰長褲寬褲NT$499碎花雪紡短袖優雅浪漫高腰荷葉袖長洋裝NT$820【垂墜感】休閑遮肉顯瘦素面寬褲NT$850【現貨!先到先得】素面圓領五分袖舒適棉麻落肩袖T恤NT$520MORE>最近瀏覽商品ok[{"id":144559,"product_id":6103,"option_values":"{\"17219\":{\"69372\":\"\\u767d\\u8272\"},\"17220\":{\"69376\":\"35\"}}","sku":"000793510100001","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144560,"product_id":6103,"option_values":"{\"17219\":{\"69372\":\"\\u767d\\u8272\"},\"17220\":{\"69377\":\"36\"}}","sku":"000793510100002","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144561,"product_id":6103,"option_values":"{\"17219\":{\"69372\":\"\\u767d\\u8272\"},\"17220\":{\"69378\":\"37\"}}","sku":"000793510100003","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144562,"product_id":6103,"option_values":"{\"17219\":{\"69372\":\"\\u767d\\u8272\"},\"17220\":{\"69379\":\"38\"}}","sku":"000793510100004","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144563,"product_id":6103,"option_values":"{\"17219\":{\"69372\":\"\\u767d\\u8272\"},\"17220\":{\"69380\":\"39\"}}","sku":"000793510100005","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144564,"product_id":6103,"option_values":"{\"17219\":{\"69372\":\"\\u767d\\u8272\"},\"17220\":{\"69381\":\"40\"}}","sku":"000793510100006","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144565,"product_id":6103,"option_values":"{\"17219\":{\"69372\":\"\\u767d\\u8272\"},\"17220\":{\"69382\":\"41\"}}","sku":"000793510100007","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144566,"product_id":6103,"option_values":"{\"17219\":{\"69373\":\"\\u7c73\\u767d\\u8272\"},\"17220\":{\"69376\":\"35\"}}","sku":"000793510100008","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144567,"product_id":6103,"option_values":"{\"17219\":{\"69373\":\"\\u7c73\\u767d\\u8272\"},\"17220\":{\"69377\":\"36\"}}","sku":"000793510100009","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144568,"product_id":6103,"option_values":"{\"17219\":{\"69373\":\"\\u7c73\\u767d\\u8272\"},\"17220\":{\"69378\":\"37\"}}","sku":"000793510100010","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144569,"product_id":6103,"option_values":"{\"17219\":{\"69373\":\"\\u7c73\\u767d\\u8272\"},\"17220\":{\"69379\":\"38\"}}","sku":"000793510100011","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144570,"product_id":6103,"option_values":"{\"17219\":{\"69373\":\"\\u7c73\\u767d\\u8272\"},\"17220\":{\"69380\":\"39\"}}","sku":"000793510100012","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144571,"product_id":6103,"option_values":"{\"17219\":{\"69373\":\"\\u7c73\\u767d\\u8272\"},\"17220\":{\"69381\":\"40\"}}","sku":"000793510100013","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144572,"product_id":6103,"option_values":"{\"17219\":{\"69373\":\"\\u7c73\\u767d\\u8272\"},\"17220\":{\"69382\":\"41\"}}","sku":"000793510100014","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144573,"product_id":6103,"option_values":"{\"17219\":{\"69374\":\"\\u9ed1\\u8272\"},\"17220\":{\"69376\":\"35\"}}","sku":"000793510100015","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144574,"product_id":6103,"option_values":"{\"17219\":{\"69374\":\"\\u9ed1\\u8272\"},\"17220\":{\"69377\":\"36\"}}","sku":"000793510100016","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144575,"product_id":6103,"option_values":"{\"17219\":{\"69374\":\"\\u9ed1\\u8272\"},\"17220\":{\"69378\":\"37\"}}","sku":"000793510100017","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144576,"product_id":6103,"option_values":"{\"17219\":{\"69374\":\"\\u9ed1\\u8272\"},\"17220\":{\"69379\":\"38\"}}","sku":"000793510100018","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144577,"product_id":6103,"option_values":"{\"17219\":{\"69374\":\"\\u9ed1\\u8272\"},\"17220\":{\"69380\":\"39\"}}","sku":"000793510100019","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144578,"product_id":6103,"option_values":"{\"17219\":{\"69374\":\"\\u9ed1\\u8272\"},\"17220\":{\"69381\":\"40\"}}","sku":"000793510100020","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144579,"product_id":6103,"option_values":"{\"17219\":{\"69374\":\"\\u9ed1\\u8272\"},\"17220\":{\"69382\":\"41\"}}","sku":"000793510100021","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144580,"product_id":6103,"option_values":"{\"17219\":{\"69375\":\"\\u674f\\u8272\"},\"17220\":{\"69376\":\"35\"}}","sku":"000793510100022","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144581,"product_id":6103,"option_values":"{\"17219\":{\"69375\":\"\\u674f\\u8272\"},\"17220\":{\"69377\":\"36\"}}","sku":"000793510100023","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144582,"product_id":6103,"option_values":"{\"17219\":{\"69375\":\"\\u674f\\u8272\"},\"17220\":{\"69378\":\"37\"}}","sku":"000793510100024","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144583,"product_id":6103,"option_values":"{\"17219\":{\"69375\":\"\\u674f\\u8272\"},\"17220\":{\"69379\":\"38\"}}","sku":"000793510100025","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144584,"product_id":6103,"option_values":"{\"17219\":{\"69375\":\"\\u674f\\u8272\"},\"17220\":{\"69380\":\"39\"}}","sku":"000793510100026","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144585,"product_id":6103,"option_values":"{\"17219\":{\"69375\":\"\\u674f\\u8272\"},\"17220\":{\"69381\":\"40\"}}","sku":"000793510100027","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0},{"id":144586,"product_id":6103,"option_values":"{\"17219\":{\"69375\":\"\\u674f\\u8272\"},\"17220\":{\"69382\":\"41\"}}","sku":"000793510100028","item_id":"","sku_price":"31.00","sku_status":1,"sku_list_price":"31.00","sku_stock":1000,"presell":0,"stockpile_status":0,"store_status":0,"sku_sale_price":"0.00","is_enabled_sku_sale_price":0}]
已加入購物車
素面低跟休閑經典韓版優雅通勤高跟鞋
商品貨號:6103
NT$720
新用戶禮2000積分【1積分=NT$1】
全館購入滿NT$1299再免運!
滿3999更有享NT$0超值換購!
*注:NT$0超值換購和全館優惠同享喔*
購滿NT$5000有NT$500折價券回饋❤
溫馨tips:
#為確保您可以快速、準確、無誤取到商品,請填寫真實姓名、手機號碼和住址喔~
安心購go 全館商品支持信用卡/貨到付款結帳唷
使用信用卡支付即刻享受3%優惠減免~
請注意:個别跨國銀行卡交易會收取一定金額手續费喔
該產品還沒有評論喔
圖案: 素面
高跟: 低跟
鞋頭形狀: 尖頭鞋
鞋子風格: 休閑 通勤 經典 韓版 優雅
注意:
1.非品質問題(如商品破損)本館不接受退貨喔~
2.商品之尺寸丈量和實際尺寸會有些許誤差(一般於正負3公分之內)。
3.燈光熒幕顯示等原因會有色差,以實物為準。
4.此處給出的參考尺寸表只是一個標準指南。
休閑簡約棉麻素面無袖顯瘦遮肉V領長洋裝
NT$1,032
超值好康復古印花短袖休閒紐扣圓領T恤
NT$880
【兩件套】簡約休閑短袖圓領T恤+字母印花短褲套裝
NT$676
3色可選 慵懶百搭 字母 撞色 圓領 休閑 遮肉 印花 T恤
NT$599
多款圖案可選 簡約好搭 字母 寬鬆 耐久性 套頭 圓領 棉 夏 T恤
NT$508
【現貨!先到先得】簡約好搭印花休閑森系棉麻T恤
NT$570
森系休閑V領五分袖印花洋裝
NT$951
森系棉麻 休閑簡約 寬鬆 顯瘦 開叉 素面 T恤
NT$790
3色可選豎條紋翻領七分袖襯衫
素面休閑工作清爽幹練九分寬褲
NT$680
【S-4XL】今夏特價 寬鬆 V領 棉麻 五分袖 素面 T恤
NT$490
格紋棉麻格紋碎花圓領森系復古寬鬆遮肉長洋裝
NT$1,164
扎染七分袖休閑圓領長洋裝
NT$999
【現貨!先到先得】舒服軟糯好感素面開叉圓領T恤
NT$620
輕熟風 綁帶設計 收腰 A字裙 豎條紋 立領 長洋裝
NT$583
慵懶百搭棉麻兔子圖案寬鬆圓領短袖女士T恤
NT$850
文藝風棉麻燈籠褲百搭簡約休閑高腰長褲
NT$829
優雅隱形拉鏈時尚蕾絲拼接高腰晚禮服/長洋裝
NT$1,800
素面簡約輕熟POLO領修身短袖針織
NT$747
撞色休閑拼接V領顯瘦T恤
素面圓裙圓領休閑長洋裝
NT$598
休閑簡約素面七分褲寬褲
NT$660
【買到停不下來】大碼可穿 經典款 字母 印花 連帽 短袖 T恤
NT$429
【出片高手!】簡約時尚圓領素面無袖T恤
NT$0
優雅素面顯瘦V領蝙蝠袖涼感針織上衣
NT$573
春夏必備透氣輕薄素面簡約休閑綁帶高腰長褲寬褲
NT$499
碎花雪紡短袖優雅浪漫高腰荷葉袖長洋裝
NT$820
【垂墜感】休閑遮肉顯瘦素面寬褲
【現貨!先到先得】素面圓領五分袖舒適棉麻落肩袖T恤
NT$520