1 |
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-address-manage-address-manage"],{"1de5":function(a,e,t){"use strict";a.exports=function(a,e){return e||(e={}),a=a&&a.__esModule?a.default:a,"string"!==typeof a?a:(/^['"].*['"]$/.test(a)&&(a=a.slice(1,-1)),e.hash&&(a+=e.hash),/["'() \t\n]/.test(a)||e.needQuotes?'"'.concat(a.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):a)}},"23da":function(a,e,t){a.exports=t.p+"static/img/cha.9d801917.png"},"4bea":function(a,e,t){"use strict";t.r(e);var i=t("53da"),d=t.n(i);for(var n in i)["default"].indexOf(n)<0&&function(a){t.d(e,a,(function(){return i[a]}))}(n);e["default"]=d.a},5146:function(a,e,t){"use strict";t.d(e,"b",(function(){return i})),t.d(e,"c",(function(){return d})),t.d(e,"a",(function(){}));var i=function(){var a=this,e=a.$createElement,i=a._self._c||e;return i("v-uni-view",{staticClass:"address-manage"},[i("custom-nav",{ref:"ltm",attrs:{noback:"noback",transparent:"transparent",title:" "}}),i("v-uni-view",{staticClass:"AddressTop"},[i("v-uni-view",{staticClass:"AddressTop-left"},[i("v-uni-image",{staticClass:"AddressTop-left-search",attrs:{src:t("e2e9")}}),i("v-uni-input",{staticClass:"AddressTop-left-input",attrs:{type:"text",placeholder:"请输入姓名或者手机号后四位"},model:{value:a.search_name,callback:function(e){a.search_name=e},expression:"search_name"}}),a.search_name?i("v-uni-image",{staticClass:"AddressTop-left-clear",attrs:{src:t("23da")},on:{click:function(e){arguments[0]=e=a.$handleEvent(e),a.search_name="",a.toSearchAddress()}}}):a._e()],1),i("v-uni-view",{staticClass:"AddressTop-right",on:{click:function(e){arguments[0]=e=a.$handleEvent(e),a.toSearchAddress.apply(void 0,arguments)}}},[a._v("查询")])],1),a.list.length?i("v-uni-scroll-view",{staticClass:"AddressList",attrs:{"scroll-y":"true"}},[a._l(a.list,(function(e,d){return i("v-uni-view",{key:d,staticClass:"AddressList-item",class:a.address_index===d?"active":"",on:{click:function(e){arguments[0]=e=a.$handleEvent(e),a.address_index=d}}},[i("v-uni-view",{staticClass:"AddressList-item-title"},[i("v-uni-text",{staticClass:"color spec"},[a._v(a._s(e.con_name.slice(0,4)))]),i("v-uni-text",{staticClass:"color"},[a._v(a._s(e.con_mobile))])],1),i("v-uni-view",{staticClass:"AddressList-item-info"},[i("v-uni-view",{staticClass:"info-text color"},[a._v(a._s(a._f("getAddressString")(e)))]),i("v-uni-image",{staticClass:"info-arrow",attrs:{src:t("d8ba")}})],1),i("v-uni-view",{staticClass:"AddressList-item-set"},[i("v-uni-view",{staticClass:"set-control",on:{click:function(e){e.stopPropagation(),arguments[0]=e=a.$handleEvent(e),a.editAddress(d)}}},[a._v("编辑")]),i("v-uni-view",{staticClass:"set-control",on:{click:function(e){e.stopPropagation(),arguments[0]=e=a.$handleEvent(e),a.delAddress(d)}}},[a._v("删除")]),1===+e.type?i("v-uni-view",{staticClass:"get-used"},[a._v("常用地址")]):a._e(),0===+e.type?i("v-uni-view",{staticClass:"set-used",on:{click:function(t){t.stopPropagation(),arguments[0]=t=a.$handleEvent(t),a.submitAddress(e)}}},[a._v("设为常用")]):a._e()],1)],1)})),i("v-uni-view",{staticClass:"bottom"})],2):i("v-uni-view",{staticClass:"noaddress"},[a._v("还没有地址呢")]),i("v-uni-view",{staticClass:"adress_bottom"},[i("v-uni-navigator",{staticClass:"add-address big-btn new_address",attrs:{url:"../add-address/add-address"}},[a._v("新增地址")]),"选择地址"===a.title?i("v-uni-view",{staticClass:"add-address big-btn bg",on:{click:function(e){arguments[0]=e=a.$handleEvent(e),a.chooseAddress.apply(void 0,arguments)}}},[a._v("使用此地址")]):a._e()],1)],1)},d=[]},"53da":function(a,e,t){"use strict";t("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,t("d81d");var i=t("bfed"),d={data:function(){return{title:"地址管理",address_index:-1,search_name:""}},computed:{list:function(){return this.$store.state.address.list}},created:function(){uni.$on("ADDRESS",(function(a){uni.toast(a)}))},methods:{toSearchAddress:function(){var a=this;this.address_index=-1,(0,i._API_AddressSearch)({search_name:this.search_name}).then((function(e){if(200===e.code){var t=e.data.list.map((function(a){return{con_name:a.con_name,con_mobile:a.con_mobile,province:a.province,city:a.city,area:a.town,address:a.address,level:+a.level,id:a.id,uid:a.uid,avatar:a.avatar,user_nickname:a.user_nickname}}));a.$store.commit("address/GET_ADDRESS",t)}}))},editAddress:function(a){uni.navigateTo({url:"../add-address/add-address?index=".concat(String(a))})},delAddress:function(a){var e=this;uni.showModal({title:"提示",content:"确定要删除这个地址?",success:function(t){t.confirm&&(0,i._API_AddressDel)({id:e.list[a].id}).then((function(t){e.$store.commit("address/DEL",a)}))}})},submitAddress:function(a){var e=this,t={id:a.id,con_name:a.con_name,con_mobile:a.con_mobile,province:a.province,city:a.city,area:a.area,address:a.address,type:1};uni.showModal({title:"提示",content:"确定要设置这个地址为常用地址?",success:function(a){a.confirm&&(0,i._API_AddressUpdata)(t).then((function(a){200===a.code?(uni.$emit("ADDRESS","设置成功"),setTimeout((function(){uni.showLoading({mask:!0}),(0,i._API_AddressGet)().then((function(a){e.$store.commit("address/GET_ADDRESS",a.data.list)}))}),333)):uni.showModal({content:a.message||"设置失败",showCancel:!1})}))}})},chooseAddress:function(){this.address_index>-1?(this.$store.commit("address/CHOOSEADDRESS",this.address_index),uni.navigateBack()):uni.showModal({content:"你还没有选择地址",showCancel:!1})}},onShow:function(){var a=this;setTimeout((function(){uni.showLoading({mask:!0}),(0,i._API_AddressGet)().then((function(e){a.$store.commit("address/GET_ADDRESS",e.data.list)}))}),333)},onLoad:function(a){a.choose&&(this.title="选择地址")}};e.default=d},"86b1":function(a,e,t){"use strict";t.r(e);var i=t("5146"),d=t("4bea");for(var n in d)["default"].indexOf(n)<0&&function(a){t.d(e,a,(function(){return d[a]}))}(n);t("e15b");var s=t("f0c5"),r=Object(s["a"])(d["default"],i["b"],i["c"],!1,null,"1a5da3aa",null,!1,i["a"],void 0);e["default"]=r.exports},bfed:function(a,e,t){"use strict";t("7a82");var i=t("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.discernAdress=e._API_MemberAddress=e._API_AddressUpdata=e._API_AddressSearch=e._API_AddressGet=e._API_AddressDel=e._API_AddressAdd=void 0;var d=i(t("ef1d"));e._API_AddressAdd=function(a){return d.default.post("/user/add_address",a)};e._API_AddressDel=function(a){return d.default.get("/user/del_address",a)};e._API_AddressUpdata=function(a){return d.default.post("/user/update_address",a)};e._API_AddressGet=function(a){return d.default.get("/user/show_address",a)};e._API_AddressSearch=function(a){return d.default.get("/user/search_address",a)};e.discernAdress=function(a){return d.default.get("/discernAdress",a)};e._API_MemberAddress=function(a){return d.default.get("/inventory/get_user",a)}},d8ba:function(a,e,t){a.exports=t.p+"static/img/arrow.a49c3717.png"},e04b:function(a,e,t){var i=t("24fb"),d=t("1de5"),n=t("e2e9");e=i(!1);var s=d(n);e.push([a.i,'@charset "UTF-8";.app-item[data-v-1a5da3aa]{display:flex;align-items:center;justify-content:center;flex-direction:row;font-size:%?32?%;position:relative;background:#fff;box-sizing:border-box;min-height:%?90?%;justify-content:space-between;padding:0 %?30?%;margin-bottom:%?2?%}.app-item.item-space[data-v-1a5da3aa]{margin-top:%?10?%}.app-item uni-input[data-v-1a5da3aa], .app-item uni-picker[data-v-1a5da3aa], .app-item uni-textarea[data-v-1a5da3aa]{height:100%;width:%?521?%;font-size:%?26?%;text-align:left;color:#999}.kingkong[data-v-1a5da3aa]{height:%?346?%;margin-top:%?10?%}.kingkong uni-navigator[data-v-1a5da3aa]{width:25%;height:50%;float:left;display:flex;align-items:center;flex-direction:column}.kingkong uni-navigator uni-image[data-v-1a5da3aa]{width:%?88?%;height:%?88?%;margin-top:%?30?%;border-radius:50%}.kingkong uni-navigator uni-text[data-v-1a5da3aa]{font-size:%?32?%;margin-top:%?12?%}.big-btn[data-v-1a5da3aa]{display:flex;align-items:center;justify-content:center;flex-direction:row;width:%?630?%;height:%?88?%;font-size:%?34?%;margin:%?88?% auto 0;border-radius:%?44?%;color:#f76454;border:2px solid #f76454}.big-btn.bg[data-v-1a5da3aa]{color:#fff;background:#f76454}.small-btn[data-v-1a5da3aa]{display:flex;align-items:center;justify-content:center;flex-direction:row;padding:0 %?14?%;font-size:%?26?%;margin-left:%?10?%;color:#f76454;height:%?48?%!important;min-width:%?106?%!important;border:%?2?% solid #f76454}.small-btn.dank[data-v-1a5da3aa]{color:#999;border-color:#999}.login-btn[data-v-1a5da3aa]{flex:1;width:100%;height:100%;background:#fff}.login-btn uni-navigator[data-v-1a5da3aa]{display:flex;align-items:center;justify-content:center;flex-direction:row;top:50%;left:50%;width:%?400?%;height:%?88?%;color:#fff;position:fixed;font-size:%?32?%;border-radius:%?10?%;background:#f76454;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ellipsis[data-v-1a5da3aa]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.icon-right[data-v-1a5da3aa]{margin-right:%?20?%}.border-right[data-v-1a5da3aa]{border-right:%?1?% solid #f2f2f2}.level-name[data-v-1a5da3aa]{display:flex;align-items:center;justify-content:center;flex-direction:row;width:%?130?%;height:%?36?%;color:#fff;font-size:%?16?%!important;border-radius:%?18?%;background:#f76454}.level-name .cuIcon-crownfill[data-v-1a5da3aa]{margin-right:%?6?%}.position-center[data-v-1a5da3aa]{left:50%;top:50%;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.data-card[data-v-1a5da3aa]{display:flex;align-items:center;justify-content:center;flex-direction:row;width:100%;height:%?336?%;position:relative;background:#f2f2f2}.data-card uni-image[data-v-1a5da3aa]{z-index:0;width:%?706?%;height:%?316?%}.data-card .data-card-text[data-v-1a5da3aa]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.data-card .data-card-text .text[data-v-1a5da3aa]{color:#fff;font-size:%?32?%}.data-card .data-card-text .num[data-v-1a5da3aa]{color:#fff;font-size:%?70?%;margin-top:%?60?%}.basecolor[data-v-1a5da3aa]{color:#f76454}.swiper-nav[data-v-1a5da3aa]{display:flex;align-items:center;justify-content:center;flex-direction:row;width:100%;height:%?84?%;color:#666;font-size:%?32?%;position:relative;background:#fff;box-sizing:border-box;border-bottom:%?1?% solid #f2f2f2}.swiper-nav .item[data-v-1a5da3aa]{display:flex;align-items:center;justify-content:center;flex-direction:row;flex:1;height:100%}.swiper-nav .item.active[data-v-1a5da3aa]{color:#f76454}.swiper-nav .moveBar[data-v-1a5da3aa]{display:flex;align-items:center;justify-content:center;flex-direction:row;bottom:0;height:%?6?%;position:absolute}.swiper-nav .moveBar > uni-text[data-v-1a5da3aa]{width:100%;height:100%;border-radius:%?3?%;background:#f76454}.swiper-area[data-v-1a5da3aa]{flex:1;width:100%}.swiper-area uni-swiper[data-v-1a5da3aa]{width:100%;height:100%}.article-header[data-v-1a5da3aa]{display:flex;align-items:center;justify-content:center;flex-direction:row;height:%?120?%;justify-content:space-between;border-bottom:%?1?% solid #f2f2f2}.article-header .head-pic[data-v-1a5da3aa]{width:%?80?%;height:%?80?%;border-radius:50%}.article-header .name[data-v-1a5da3aa]{display:flex;align-items:center;justify-content:center;flex-direction:row;flex:1;height:100%;margin-left:%?20?%;justify-content:flex-start}.article-header .name .identity[data-v-1a5da3aa]{display:flex;align-items:center;justify-content:center;flex-direction:row;width:%?56?%;height:%?28?%;color:#fff;font-size:%?20?%;margin-left:%?20?%;border-radius:%?8?%;background:#f76454}.article-header .time[data-v-1a5da3aa]{font-size:%?24?%;color:#999}.article-header .time.justnow[data-v-1a5da3aa]{color:#f76454}.article-footer[data-v-1a5da3aa]{display:flex;align-items:center;justify-content:center;flex-direction:row;height:%?90?%;border-top:%?1?% solid #f2f2f2}.article-footer .footer-item[data-v-1a5da3aa]{display:flex;align-items:center;justify-content:center;flex-direction:row;flex:1;height:%?40?%}.article-footer .footer-item.center[data-v-1a5da3aa]{border-left:%?1?% solid #ccc;border-right:%?1?% solid #ccc}.article-footer .footer-item .icon-right[data-v-1a5da3aa]{font-size:%?40?%}.article-footer .footer-item .icon-right.fill[data-v-1a5da3aa]{color:#f76454}\n/*主题色及按钮渐变背景*/\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 文字基本颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */.address-manage[data-v-1a5da3aa]{height:100%;box-sizing:border-box;flex-direction:column;background:#f2f2f2;display:flex;justify-content:space-between;flex-direction:column}.address-manage .content[data-v-1a5da3aa]{flex:1;height:100%;position:relative;box-sizing:border-box}.address-manage .AddressTop[data-v-1a5da3aa]{display:flex;align-items:center;justify-content:space-between;background:#fff;width:100%;padding:%?30?%;box-sizing:border-box}.address-manage .AddressTop-left[data-v-1a5da3aa]{flex:1;overflow:hidden;margin-right:%?30?%;height:%?80?%;box-sizing:border-box;border:1px solid #ccc;border-radius:%?80?%;display:flex;align-items:center;justify-content:space-between;padding:%?20?% %?30?%}.address-manage .AddressTop-left-search[data-v-1a5da3aa]{display:block;width:%?40?%;height:%?40?%}.address-manage .AddressTop-left-input[data-v-1a5da3aa]{flex:1;overflow:hidden;font-size:%?28?%;color:#333;margin:0 %?10?%}.address-manage .AddressTop-left-clear[data-v-1a5da3aa]{display:block;width:%?32?%;height:%?32?%}.address-manage .AddressTop-right[data-v-1a5da3aa]{width:%?132?%;height:%?64?%;border-radius:%?64?%;background:linear-gradient(90deg,#f97c55,#f44545);color:#fff;font-size:%?28?%;text-align:center;line-height:%?64?%}.address-manage .AddressList[data-v-1a5da3aa]{width:100%;padding:%?30?%;box-sizing:border-box;flex:1;overflow:hidden}.address-manage .AddressList-item[data-v-1a5da3aa]{width:100%;padding:%?30?%;background:#fff;margin-bottom:%?30?%;position:relative;border-radius:%?24?%}.address-manage .AddressList-item.active[data-v-1a5da3aa]{background:linear-gradient(90deg,#f97c55,#f44545)}.address-manage .AddressList-item.active-set .set-used[data-v-1a5da3aa]{background:#fff!important}.address-manage .AddressList-item.active .level[data-v-1a5da3aa]{background:linear-gradient(203deg,#fbdcac,#ffefd7 31%,#ffdca5 55%,#feeacb 90%,#f9d193)!important;color:#f44545!important}.address-manage .AddressList-item.active .color[data-v-1a5da3aa]{color:#fff!important}.address-manage .AddressList-item-title[data-v-1a5da3aa]{color:#999;font-size:%?28?%;margin-bottom:%?20?%}.address-manage .AddressList-item-title .spec[data-v-1a5da3aa]{color:#333;font-size:%?32?%;margin-right:%?20?%}.address-manage .AddressList-item-desc[data-v-1a5da3aa]{color:#999;font-size:%?28?%;margin-bottom:%?30?%}.address-manage .AddressList-item-info[data-v-1a5da3aa]{display:flex;align-items:center;justify-content:space-between;padding-bottom:%?30?%;margin-bottom:%?30?%;border-bottom:1px solid #e9e9e9}.address-manage .AddressList-item-info .info-text[data-v-1a5da3aa]{color:#333;font-size:%?28?%;flex:1;overflow:hidden;margin-right:%?40?%}.address-manage .AddressList-item-info .info-arrow[data-v-1a5da3aa]{display:block;width:%?30?%;height:%?30?%}.address-manage .AddressList-item-set[data-v-1a5da3aa]{width:100%;display:flex;align-items:center;justify-content:flex-start}.address-manage .AddressList-item-set .get-used[data-v-1a5da3aa]{color:#ea4a41;font-size:%?24?%;width:%?136?%;height:%?50?%;border-radius:%?8?%;background:#fff4f3;text-align:center;line-height:%?50?%;margin-left:auto}.address-manage .AddressList-item-set .set-used[data-v-1a5da3aa]{color:#333;font-size:%?24?%;width:%?136?%;height:%?50?%;border-radius:%?8?%;background:#f8f8f8;text-align:center;line-height:%?50?%;margin-left:auto}.address-manage .AddressList-item-set .set-control[data-v-1a5da3aa]{color:#333;font-size:%?24?%;width:%?112?%;height:%?50?%;border-radius:%?50?%;background:#f8f8f8;text-align:center;line-height:%?50?%}.address-manage .AddressList-item-set .set-control[data-v-1a5da3aa]:nth-of-type(1){margin-right:%?20?%}.address-manage .AddressList-item-level[data-v-1a5da3aa]{position:absolute;top:%?30?%;right:%?30?%;-webkit-transform:translate(%?30?%,%?14?%);transform:translate(%?30?%,%?14?%);width:%?156?%;height:%?50?%;border-top-left-radius:%?50?%;border-bottom-left-radius:%?50?%;background:linear-gradient(90deg,#f97c55,#f44545);color:#fff;font-size:%?24?%;text-align:center;line-height:%?50?%}.address-manage .address_search[data-v-1a5da3aa]{width:100%;display:flex;align-items:center;justify-content:space-between;padding:%?12?% %?30?%;box-sizing:border-box;color:#333;background-color:#fff;margin-bottom:1px}.address-manage .address_search .address_search_main[data-v-1a5da3aa]{width:calc(100% - %?106?%);background-color:#f2f4f5;height:%?64?%;padding:0 22px;border-radius:%?64?%;display:flex;justify-content:space-between;align-items:center}.address-manage .address_search .address_search_main[data-v-1a5da3aa]::before{content:"";display:block;width:%?36?%;height:%?36?%;background-image:url('+s+');background-size:100% 100%;margin-right:%?26?%}.address-manage .address_search .address_search_main .address_search_input[data-v-1a5da3aa]{flex:1}.address-manage .address_search .address_search_btn[data-v-1a5da3aa]{font-size:%?32?%;width:%?80?%}.address-manage .content .item[data-v-1a5da3aa]{background:#fff;border-bottom:%?20?% solid #f2f2f2;box-sizing:border-box;padding:0 %?30?%}.address-manage .content .item .fixed_title[data-v-1a5da3aa]{height:%?74?%;line-height:%?74?%;color:#333;font-size:%?28?%}.address-manage .content .item .item_main[data-v-1a5da3aa]{padding:%?18?% 0;border-bottom:1px solid #d7d7d7}.address-manage .content .item .item_main .label[data-v-1a5da3aa]{width:%?120?%;text-align:left}.address-manage .content .item .item_main .item_main_agent[data-v-1a5da3aa]{display:flex;justify-content:space-between;align-items:center;margin-bottom:%?30?%}.address-manage .content .item .item_main .item_main_agent .item_agent_info[data-v-1a5da3aa]{display:flex;align-items:center;justify-content:flex-start;color:#333;font-size:%?28?%;width:calc(100% - %?118?%);text-overflow:ellipsis;overflow:hidden}.address-manage .content .item .item_main .item_main_agent .item_agent_level[data-v-1a5da3aa]{color:#fff;font-size:%?24?%;background-color:#f76454;border-radius:%?4?%;height:%?36?%;line-height:%?36?%;width:%?108?%;text-align:center}.address-manage .content .item .item_main .item_main_user[data-v-1a5da3aa]{color:#333;font-size:%?28?%;display:flex;justify-content:space-between;align-items:center;margin-bottom:%?20?%}.address-manage .content .item .item_main .item_main_user .item_main_user_left[data-v-1a5da3aa]{display:flex;align-items:center;justify-content:flex-start}.address-manage .content .item .item_main .item_main_user .item_main_user_right[data-v-1a5da3aa]{display:flex;align-items:center;justify-content:center;height:%?42?%;border-radius:%?42?%;background-color:#f76454;color:#fff;padding:0 %?15?%}.address-manage .content .item .item_main .item_main_address[data-v-1a5da3aa]{width:100%;display:flex;justify-content:flex-end;align-items:center}.address-manage .content .item .item_main .item_main_address .address_text[data-v-1a5da3aa]{width:100%;color:#999;font-size:%?28?%;line-height:%?38?%}.address-manage .content .item .item_set_footer[data-v-1a5da3aa]{height:%?77?%;display:flex;justify-content:space-between;align-items:center;color:#333;font-size:%?24?%!important}.address-manage .content .item .item_set_footer .check[data-v-1a5da3aa]{display:flex;justify-content:flex-start;align-items:center}.address-manage .content .item .item_set_footer .check[data-v-1a5da3aa]::before{content:"";display:block;width:%?36?%;height:%?36?%;box-sizing:border-box;border:%?2?% solid #f76454;text-align:center;line-height:%?34?%;border-radius:50%;color:#fff;margin-right:%?17?%}.address-manage .content .item .item_set_footer .checked[data-v-1a5da3aa]::before{content:"\\2714";background-color:#f76454}.address-manage .content .item .item_set_footer .item_set_footer_right .edit-del[data-v-1a5da3aa]{display:flex;justify-content:flex-end;align-items:center;height:100%;width:%?268?%;color:#999;justify-content:space-between}.address-manage .content .item .item_set_footer .item_set_footer_right .edit-del .edit[data-v-1a5da3aa],\n.address-manage .content .item .item_set_footer .item_set_footer_right .edit-del .del[data-v-1a5da3aa]{flex:1;height:100%;text-align:center}.address-manage .content .item .item_set_footer .item_set_footer_right .edit-del .edit.del[data-v-1a5da3aa],\n.address-manage .content .item .item_set_footer .item_set_footer_right .edit-del .del.del[data-v-1a5da3aa]{text-align:right}.address-manage .content .bottom[data-v-1a5da3aa]{height:%?88?%}.address-manage .noaddress[data-v-1a5da3aa]{display:flex;align-items:center;justify-content:center;flex-direction:row;height:100%;color:#999}.address-manage .add-address[data-v-1a5da3aa]{left:0;bottom:0;margin:0;width:100%;position:fixed;border-radius:0}.address-manage .bottom[data-v-1a5da3aa]{height:%?60?%}.address-manage .adress_bottom[data-v-1a5da3aa]{left:0;bottom:0;margin:0;width:100%;position:fixed;border-radius:0;height:%?88?%;display:flex;justify-content:space-between;align-items:center}.address-manage .adress_bottom .add-address[data-v-1a5da3aa]{flex:1;height:%?88?%;position:relative;background:#f76454}.address-manage .adress_bottom .new_address[data-v-1a5da3aa]{border:none;background-color:#fff}.address-manage .userLevel[data-v-1a5da3aa]{font-size:%?24?%!important;color:#f76454;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}',""]),a.exports=e},e15b:function(a,e,t){"use strict";var i=t("e19a"),d=t.n(i);d.a},e19a:function(a,e,t){var i=t("e04b");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[a.i,i,""]]),i.locals&&(a.exports=i.locals);var d=t("4f06").default;d("71164e89",i,!0,{sourceMap:!1,shadowMode:!1})},e2e9:function(a,e,t){a.exports=t.p+"static/img/search.590e1ebe.png"}}]);
|