pages-address-manage-address-manage.1251d5cd.js 30 KB

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