pages-sales-return-sales-return.a140cfa9.js 58 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-sales-return-sales-return"],{"014b":function(e,t,i){"use strict";var n;i.d(t,"b",(function(){return o})),i.d(t,"c",(function(){return a})),i.d(t,"a",(function(){return n}));var o=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("v-uni-view",{staticClass:"u-progress",style:{borderRadius:e.round?"100rpx":0,height:e.height+"rpx",backgroundColor:e.inactiveColor}},[i("v-uni-view",{staticClass:"u-active",class:[e.type?"u-type-"+e.type+"-bg":"",e.striped?"u-striped":"",e.striped&&e.stripedActive?"u-striped-active":""],style:[e.progressStyle]},[e.$slots.default||e.$slots.$default?e._t("default"):e.showPercent?[e._v(e._s(e.percent+"%"))]:e._e()],2)],1)},a=[]},"08d8":function(e,t,i){"use strict";i("4de4"),i("d81d"),i("a434"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i("8912"),o={data:function(){return{goods:"",action:"http://ceshi.api.woaidakele.cn/api/store/upload_refund_order_img",header:{Authorization:"Bearer "+uni.getStorageSync("token")},num:0,reasonList:[{id:1,text:"质量问题",isChecked:!1},{id:2,text:"不愿意穿了",isChecked:!1},{id:3,text:"价格太贵",isChecked:!1},{id:4,text:"穿的没有讲的好",isChecked:!1}],isPaid:!1,reason:"",reason_all:"",imgs:[],origin_order_no:""}},computed:{refundNum:function(){var e=0,t=this.goods;return t&&t.map((function(t){t.newSku.map((function(t){e+=t.quitNum}))})),e},refundPrice:function(){var e=0,t=this.goods;return t&&t.map((function(t){t.newSku.map((function(t){e+=t.quitNum*t.price}))})),e}},onLoad:function(e){this.origin_order_no=e.order_no;for(var t=uni.getStorageSync("goodsInfo"),i=[],n=0;n<t.length;n++)t[n].newSku=t[n].newSku.filter((function(e){return e.quitNum>0})),t[n].newSku.length>0&&i.push(t[n]);this.goods=i},methods:{refundSub:function(e){var t=0;return e&&e.newSku.map((function(e){t+=e.quitNum})),t},refSubtotal:function(e){var t=0;return e&&e.newSku.map((function(e){t+=e.quitNum*e.price})),t},onSuccess:function(e,t,i){this.imgs.push(e.data)},onRemove:function(e,t){this.imgs.splice(e,1)},Checked:function(e,t){var i=this,n=this.reasonList;n.map((function(e,n){n==t?(i.reason=e.text,e.isChecked=!0):e.isChecked=!1})),this.isPaid=!1},reasonInput:function(e){this.num=e.detail.value.length,200==this.num&&uni.showToast({title:"已超过200字",icon:"none"})},submit:function(){if(!this.reason)return uni.showModal({content:"请选择退货原因",showCancel:!1}),!1;var e=this.goods,t=[],i=0;for(var o in e)for(var a in e[o].sku)t[i]=[e[o].sku[a].id,e[o].sku[a].quitNum],i++;(0,n.submitRefund)({reason_all:this.reason_all,reason:this.reason,img:this.imgs,sku:t,origin_order_no:this.origin_order_no}).then((function(e){200==e.code?(uni.removeStorageSync("goodsInfo"),uni.showModal({content:"退货申请已提交!",showCancel:!1,success:function(e){e.confirm&&uni.reLaunch({url:"../order-manage/order-manage"})}})):uni.showModal({content:e.data||"申请退货失败!",showCancel:!1})}))}}};t.default=o},"149a":function(e,t,i){"use strict";i.r(t);var n=i("db7a"),o=i("4a2a");for(var a in o)"default"!==a&&function(e){i.d(t,e,(function(){return o[e]}))}(a);i("cbc5"),i("403d");var r,c=i("f0c5"),l=Object(c["a"])(o["default"],n["b"],n["c"],!1,null,"54c5f8ef",null,!1,n["a"],r);t["default"]=l.exports},2180:function(e,t,i){"use strict";i.d(t,"b",(function(){return o})),i.d(t,"c",(function(){return a})),i.d(t,"a",(function(){return n}));var n={uIcon:i("53d9").default,uLineProgress:i("cde0").default},o=function(){var e=this,t=e.$createElement,i=e._self._c||t;return e.disabled?e._e():i("v-uni-view",{staticClass:"u-upload"},[e._l(e.lists,(function(t,n){return e.showUploadList?i("v-uni-view",{key:n,staticClass:"u-list-item u-preview-wrap",style:{width:e.$u.addUnit(e.width),height:e.$u.addUnit(e.height)}},[e.deletable?i("v-uni-view",{staticClass:"u-delete-icon",style:{background:e.delBgColor},on:{click:function(t){t.stopPropagation(),arguments[0]=t=e.$handleEvent(t),e.deleteItem(n)}}},[i("u-icon",{staticClass:"u-icon",attrs:{name:e.delIcon,size:"20",color:e.delColor}})],1):e._e(),e.showProgress&&t.progress>0&&!t.error?i("u-line-progress",{staticClass:"u-progress",attrs:{"show-percent":!1,height:"16",percent:t.progress}}):e._e(),t.error?i("v-uni-view",{staticClass:"u-error-btn",on:{click:function(t){t.stopPropagation(),arguments[0]=t=e.$handleEvent(t),e.retry(n)}}},[e._v("点击重试")]):e._e(),t.isImage?e._e():i("v-uni-image",{staticClass:"u-preview-image",attrs:{src:t.url||t.path,mode:e.imageMode},on:{click:function(i){i.stopPropagation(),arguments[0]=i=e.$handleEvent(i),e.doPreviewImage(t.url||t.path,n)}}})],1):e._e()})),e._t("file",null,{file:e.lists}),e.maxCount>e.lists.length?i("v-uni-view",{staticStyle:{display:"inline-block"},on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.selectFile.apply(void 0,arguments)}}},[e._t("addBtn"),e.customBtn?e._e():i("v-uni-view",{staticClass:"u-list-item u-add-wrap",style:{width:e.$u.addUnit(e.width),height:e.$u.addUnit(e.height)},attrs:{"hover-class":"u-add-wrap__hover","hover-stay-time":"150"}},[i("u-icon",{staticClass:"u-add-btn",attrs:{name:"plus",size:"40"}}),i("v-uni-view",{staticClass:"u-add-tips"},[e._v(e._s(e.uploadText))])],1)],2):e._e()],2)},a=[]},"2a80":function(e,t,i){var n=i("24fb");t=n(!1),t.push([e.i,'@charset "UTF-8";.app-item[data-v-0aaec82f]{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-0aaec82f]{margin-top:%?10?%}.app-item uni-input[data-v-0aaec82f], .app-item uni-picker[data-v-0aaec82f], .app-item uni-textarea[data-v-0aaec82f]{height:100%;width:%?521?%;font-size:%?26?%;text-align:left;color:#999}.kingkong[data-v-0aaec82f]{height:%?346?%;margin-top:%?10?%}.kingkong uni-navigator[data-v-0aaec82f]{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-0aaec82f]{width:%?88?%;height:%?88?%;margin-top:%?30?%;border-radius:50%}.kingkong uni-navigator uni-text[data-v-0aaec82f]{font-size:%?32?%;margin-top:%?12?%}.big-btn[data-v-0aaec82f]{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-0aaec82f]{color:#fff;background:#f76454}.small-btn[data-v-0aaec82f]{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-0aaec82f]{color:#999;border-color:#999}.login-btn[data-v-0aaec82f]{-webkit-box-flex:1;-webkit-flex:1;flex:1;width:100%;height:100%;background:#fff}.login-btn uni-navigator[data-v-0aaec82f]{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-0aaec82f]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.icon-right[data-v-0aaec82f]{margin-right:%?20?%}.border-right[data-v-0aaec82f]{border-right:%?1?% solid #f2f2f2}.level-name[data-v-0aaec82f]{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-0aaec82f]{margin-right:%?6?%}.position-center[data-v-0aaec82f]{left:50%;top:50%;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.data-card[data-v-0aaec82f]{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-0aaec82f]{z-index:0;width:%?706?%;height:%?316?%}.data-card .data-card-text[data-v-0aaec82f]{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-0aaec82f]{color:#fff;font-size:%?32?%}.data-card .data-card-text .num[data-v-0aaec82f]{color:#fff;font-size:%?70?%;margin-top:%?60?%}.basecolor[data-v-0aaec82f]{color:#f76454}.swiper-nav[data-v-0aaec82f]{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-0aaec82f]{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-0aaec82f]{color:#f76454}.swiper-nav .moveBar[data-v-0aaec82f]{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-0aaec82f]{width:100%;height:100%;border-radius:%?3?%;background:#f76454}.swiper-area[data-v-0aaec82f]{-webkit-box-flex:1;-webkit-flex:1;flex:1;width:100%}.swiper-area uni-swiper[data-v-0aaec82f]{width:100%;height:100%}.article-header[data-v-0aaec82f]{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-0aaec82f]{width:%?80?%;height:%?80?%;border-radius:50%}.article-header .name[data-v-0aaec82f]{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-0aaec82f]{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-0aaec82f]{font-size:%?24?%;color:#999}.article-header .time.justnow[data-v-0aaec82f]{color:#f76454}.article-footer[data-v-0aaec82f]{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-0aaec82f]{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-0aaec82f]{border-left:%?1?% solid #ccc;border-right:%?1?% solid #ccc}.article-footer .footer-item .icon-right[data-v-0aaec82f]{font-size:%?40?%}.article-footer .footer-item .icon-right.fill[data-v-0aaec82f]{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/* 文章场景相关 */.u-upload[data-v-0aaec82f]{\r\ndisplay:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;\r\n-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.u-list-item[data-v-0aaec82f]{width:%?200?%;height:%?200?%;overflow:hidden;margin:%?10?%;background:#f4f5f6;position:relative;border-radius:%?10?%;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}.u-preview-wrap[data-v-0aaec82f]{border:1px solid #ebecee}.u-add-wrap[data-v-0aaec82f]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;color:#606266;font-size:%?26?%}.u-add-tips[data-v-0aaec82f]{margin-top:%?20?%;line-height:%?40?%}.u-add-wrap__hover[data-v-0aaec82f]{background-color:#ebecee}.u-preview-image[data-v-0aaec82f]{display:block;width:100%;height:100%;border-radius:%?10?%}.u-delete-icon[data-v-0aaec82f]{position:absolute;top:%?10?%;right:%?10?%;z-index:10;background-color:#fa3534;border-radius:%?100?%;width:%?44?%;height:%?44?%;\r\ndisplay:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;\r\n-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.u-icon[data-v-0aaec82f]{\r\ndisplay:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;\r\n-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.u-progress[data-v-0aaec82f]{position:absolute;bottom:%?10?%;left:%?8?%;right:%?8?%;z-index:9;width:auto}.u-error-btn[data-v-0aaec82f]{color:#fff;background-color:#fa3534;font-size:%?20?%;padding:4px 0;text-align:center;position:absolute;bottom:0;left:0;right:0;z-index:9;line-height:1}',""]),e.exports=t},"3bc3":function(e,t,i){"use strict";i("a9e3"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={name:"u-line-progress",props:{round:{type:Boolean,default:!0},type:{type:String,default:""},activeColor:{type:String,default:"#19be6b"},inactiveColor:{type:String,default:"#ececec"},percent:{type:Number,default:0},showPercent:{type:Boolean,default:!0},height:{type:[Number,String],default:28},striped:{type:Boolean,default:!1},stripedActive:{type:Boolean,default:!1}},data:function(){return{}},computed:{progressStyle:function(){var e={};return e.width=this.percent+"%",this.activeColor&&(e.backgroundColor=this.activeColor),e}},methods:{}};t.default=n},"403d":function(e,t,i){"use strict";var n=i("5ab8"),o=i.n(n);o.a},"4a2a":function(e,t,i){"use strict";i.r(t);var n=i("08d8"),o=i.n(n);for(var a in n)"default"!==a&&function(e){i.d(t,e,(function(){return n[e]}))}(a);t["default"]=o.a},"4ebd":function(e,t,i){var n=i("24fb");t=n(!1),t.push([e.i,"uni-page-body[data-v-54c5f8ef]{width:100%;min-height:100%;background:#f9f9fb}body.?%PAGE?%[data-v-54c5f8ef]{background:#f9f9fb}",""]),e.exports=t},"5ab8":function(e,t,i){var n=i("60fb");"string"===typeof n&&(n=[[e.i,n,""]]),n.locals&&(e.exports=n.locals);var o=i("4f06").default;o("cb456a0a",n,!0,{sourceMap:!1,shadowMode:!1})},"60fb":function(e,t,i){var n=i("24fb");t=n(!1),t.push([e.i,'@charset "UTF-8";.app-item[data-v-54c5f8ef]{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-54c5f8ef]{margin-top:%?10?%}.app-item uni-input[data-v-54c5f8ef], .app-item uni-picker[data-v-54c5f8ef], .app-item uni-textarea[data-v-54c5f8ef]{height:100%;width:%?521?%;font-size:%?26?%;text-align:left;color:#999}.kingkong[data-v-54c5f8ef]{height:%?346?%;margin-top:%?10?%}.kingkong uni-navigator[data-v-54c5f8ef]{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-54c5f8ef]{width:%?88?%;height:%?88?%;margin-top:%?30?%;border-radius:50%}.kingkong uni-navigator uni-text[data-v-54c5f8ef]{font-size:%?32?%;margin-top:%?12?%}.big-btn[data-v-54c5f8ef]{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-54c5f8ef]{color:#fff;background:#f76454}.small-btn[data-v-54c5f8ef]{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-54c5f8ef]{color:#999;border-color:#999}.login-btn[data-v-54c5f8ef]{-webkit-box-flex:1;-webkit-flex:1;flex:1;width:100%;height:100%;background:#fff}.login-btn uni-navigator[data-v-54c5f8ef]{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-54c5f8ef]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.icon-right[data-v-54c5f8ef]{margin-right:%?20?%}.border-right[data-v-54c5f8ef]{border-right:%?1?% solid #f2f2f2}.level-name[data-v-54c5f8ef]{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-54c5f8ef]{margin-right:%?6?%}.position-center[data-v-54c5f8ef]{left:50%;top:50%;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.data-card[data-v-54c5f8ef]{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-54c5f8ef]{z-index:0;width:%?706?%;height:%?316?%}.data-card .data-card-text[data-v-54c5f8ef]{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-54c5f8ef]{color:#fff;font-size:%?32?%}.data-card .data-card-text .num[data-v-54c5f8ef]{color:#fff;font-size:%?70?%;margin-top:%?60?%}.basecolor[data-v-54c5f8ef]{color:#f76454}.swiper-nav[data-v-54c5f8ef]{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-54c5f8ef]{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-54c5f8ef]{color:#f76454}.swiper-nav .moveBar[data-v-54c5f8ef]{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-54c5f8ef]{width:100%;height:100%;border-radius:%?3?%;background:#f76454}.swiper-area[data-v-54c5f8ef]{-webkit-box-flex:1;-webkit-flex:1;flex:1;width:100%}.swiper-area uni-swiper[data-v-54c5f8ef]{width:100%;height:100%}.article-header[data-v-54c5f8ef]{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-54c5f8ef]{width:%?80?%;height:%?80?%;border-radius:50%}.article-header .name[data-v-54c5f8ef]{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-54c5f8ef]{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-54c5f8ef]{font-size:%?24?%;color:#999}.article-header .time.justnow[data-v-54c5f8ef]{color:#f76454}.article-footer[data-v-54c5f8ef]{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-54c5f8ef]{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-54c5f8ef]{border-left:%?1?% solid #ccc;border-right:%?1?% solid #ccc}.article-footer .footer-item .icon-right[data-v-54c5f8ef]{font-size:%?40?%}.article-footer .footer-item .icon-right.fill[data-v-54c5f8ef]{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/* 文章场景相关 */.return_info[data-v-54c5f8ef]{position:relative;padding-bottom:%?150?%}.return_info .return_box[data-v-54c5f8ef],\r\n.return_info .goods_info[data-v-54c5f8ef]{width:%?690?%;margin:%?30?% auto 0;padding:%?30?% %?30?%;background:#fff;border-radius:%?24?%}.return_info .return_box .title[data-v-54c5f8ef],\r\n.return_info .goods_info .title[data-v-54c5f8ef]{font-size:%?32?%;font-weight:700;padding:0 0 %?20?% 0}.return_info .return_box .return_con .star[data-v-54c5f8ef]{color:#fb231f;font-size:%?30?%}.return_info .return_box .return_con .return_item[data-v-54c5f8ef]{margin-top:%?15?%}.return_info .return_box .return_con .return_item .choose uni-text[data-v-54c5f8ef]{color:#999}.return_info .return_box .return_con .return_item .choose .iconfont[data-v-54c5f8ef]{font-size:%?30?%;vertical-align:%?-3?%;margin-left:%?5?%}.return_info .return_box .return_con .return_item .refund_num[data-v-54c5f8ef]{font-size:%?30?%;font-weight:700;color:#fb231f}.return_info .cancel_box[data-v-54c5f8ef]{position:relative}.return_info .cancel_box .cancel_title[data-v-54c5f8ef]{font-size:%?40?%;padding:%?30?% 0;text-align:center}.return_info .cancel_box .cancel_title uni-text[data-v-54c5f8ef]{position:absolute;top:%?32?%;right:%?30?%;font-size:%?50?%;color:#999}.return_info .cancel_box .cancel_hint[data-v-54c5f8ef]{width:100%;text-align:center;background:#fff4f3;border-top:%?1?% solid #fb231f;border-bottom:%?1?% solid #fb231f;font-size:%?44?%;padding:%?15?% 0;color:#fb231f;font-weight:600;font-family:PingFang SC;margin-bottom:%?15?%}.return_info .cancel_box .reason_item[data-v-54c5f8ef]{padding:%?15?% %?30?%}.return_info .cancel_box .reason_item uni-view[data-v-54c5f8ef]{font-size:%?40?%;font-weight:600;font-family:PingFang SC}.return_info .cancel_box .reason_item .iconfont[data-v-54c5f8ef]{font-size:%?50?%;color:#999}.return_info .cancel_box .reason_item .iconxuanzhong[data-v-54c5f8ef]{color:#fb231f}.return_info .cancel_box .reason_box[data-v-54c5f8ef]{width:90%;margin:%?15?% auto 0}.return_info .cancel_box .reason_box uni-textarea[data-v-54c5f8ef]{width:100%;height:%?282?%;background:#f7f7f7;padding:%?30?%;box-sizing:border-box;border-radius:%?24?%}.return_info .cancel_box .cancel_box[data-v-54c5f8ef]{position:relative}.return_info .cancel_box .cancel_box .cancel_title[data-v-54c5f8ef]{font-size:%?40?%;padding:%?30?% 0;text-align:center}.return_info .cancel_box .cancel_box .cancel_title uni-text[data-v-54c5f8ef]{position:absolute;top:%?32?%;right:%?30?%;font-size:%?50?%;color:#999}.return_info .cancel_box .cancel_box .cancel_hint[data-v-54c5f8ef]{width:100%;text-align:center;background:#fff4f3;border-top:%?1?% solid #fb231f;border-bottom:%?1?% solid #fb231f;font-size:%?44?%;padding:%?15?% 0;color:#fb231f;font-weight:600;font-family:PingFang SC;margin-bottom:%?15?%}.return_info .cancel_box .cancel_box .reason_item[data-v-54c5f8ef]{padding:%?15?% %?30?%}.return_info .cancel_box .cancel_box .reason_item uni-view[data-v-54c5f8ef]{font-size:%?40?%;font-weight:600;font-family:PingFang SC}.return_info .cancel_box .cancel_box .reason_item .iconfont[data-v-54c5f8ef]{font-size:%?50?%;color:#999}.return_info .cancel_box .cancel_box .reason_item .iconxuanzhong[data-v-54c5f8ef]{color:#fb231f}.return_info .cancel_box .cancel_box .reason_box[data-v-54c5f8ef]{width:90%;margin:%?15?% auto 0}.return_info .cancel_box .cancel_box .reason_box uni-textarea[data-v-54c5f8ef]{width:100%;height:%?282?%;background:#f7f7f7;padding:%?30?%;box-sizing:border-box;border-radius:%?24?%}.return_info .cancel_box .cancel_box .cancel_btn[data-v-54c5f8ef]{margin-top:%?40?%}.return_info .cancel_box .cancel_box .cancel_btn uni-view[data-v-54c5f8ef]{width:%?300?%;text-align:center;height:%?88?%;line-height:%?88?%;color:#fb231f;border-radius:%?44?%;font-size:%?32?%;background:#fff4f3;border:%?1?% solid #fb231f}.return_info .cancel_box .cancel_box .cancel_btn uni-view[data-v-54c5f8ef]:last-child{color:#fff;background:#fb231f}.return_info .supple_box[data-v-54c5f8ef]{background:#f9f9f9;border-radius:%?24?%;height:%?430?%;margin-top:%?30?%}.return_info .supple_box uni-textarea[data-v-54c5f8ef]{padding:%?30?%;font-size:%?30?%;height:%?220?%;box-sizing:border-box}.return_info .supple_box .num[data-v-54c5f8ef]{margin-right:%?30?%;color:#999}.return_info .goods_info .goods_con[data-v-54c5f8ef]{margin:%?15?% 0}.return_info .goods_info .goods_con .goods_img[data-v-54c5f8ef]{width:%?180?%;height:%?144?%;border-radius:%?8?%;margin-right:%?20?%;-webkit-flex-shrink:0;flex-shrink:0}.return_info .goods_info .goods_con .goods_name[data-v-54c5f8ef]{font-size:%?30?%;font-weight:700}.return_info .goods_info .goods_con .goods_det[data-v-54c5f8ef]{margin-top:%?20?%;font-size:%?30?%}.return_info .goods_info .goods_con .goods_det uni-text[data-v-54c5f8ef]{color:#fb231f}.return_info .goods_info .size_box[data-v-54c5f8ef]{width:100%;background:#f9f9f9;padding:%?15?% %?30?%;margin-top:%?15?%;border-radius:%?8?%}.return_info .sure[data-v-54c5f8ef]{position:fixed;left:0;bottom:0;width:100%;height:%?100?%;background:-webkit-linear-gradient(357deg,#ff232c,#ff571b);background:linear-gradient(93deg,#ff232c,#ff571b);color:#fff;font-size:%?32?%}',""]),e.exports=t},"65ef":function(e,t,i){var n=i("2a80");"string"===typeof n&&(n=[[e.i,n,""]]),n.locals&&(e.exports=n.locals);var o=i("4f06").default;o("1d9af1e1",n,!0,{sourceMap:!1,shadowMode:!1})},"76ca":function(e,t,i){"use strict";i.r(t);var n=i("2180"),o=i("cc0e");for(var a in o)"default"!==a&&function(e){i.d(t,e,(function(){return o[e]}))}(a);i("f994");var r,c=i("f0c5"),l=Object(c["a"])(o["default"],n["b"],n["c"],!1,null,"0aaec82f",null,!1,n["a"],r);t["default"]=l.exports},"78b1":function(e,t,i){var n=i("9686");"string"===typeof n&&(n=[[e.i,n,""]]),n.locals&&(e.exports=n.locals);var o=i("4f06").default;o("178d3b46",n,!0,{sourceMap:!1,shadowMode:!1})},9686:function(e,t,i){var n=i("24fb");t=n(!1),t.push([e.i,'@charset "UTF-8";.app-item[data-v-18607578]{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-18607578]{margin-top:%?10?%}.app-item uni-input[data-v-18607578], .app-item uni-picker[data-v-18607578], .app-item uni-textarea[data-v-18607578]{height:100%;width:%?521?%;font-size:%?26?%;text-align:left;color:#999}.kingkong[data-v-18607578]{height:%?346?%;margin-top:%?10?%}.kingkong uni-navigator[data-v-18607578]{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-18607578]{width:%?88?%;height:%?88?%;margin-top:%?30?%;border-radius:50%}.kingkong uni-navigator uni-text[data-v-18607578]{font-size:%?32?%;margin-top:%?12?%}.big-btn[data-v-18607578]{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-18607578]{color:#fff;background:#f76454}.small-btn[data-v-18607578]{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-18607578]{color:#999;border-color:#999}.login-btn[data-v-18607578]{-webkit-box-flex:1;-webkit-flex:1;flex:1;width:100%;height:100%;background:#fff}.login-btn uni-navigator[data-v-18607578]{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-18607578]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.icon-right[data-v-18607578]{margin-right:%?20?%}.border-right[data-v-18607578]{border-right:%?1?% solid #f2f2f2}.level-name[data-v-18607578]{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-18607578]{margin-right:%?6?%}.position-center[data-v-18607578]{left:50%;top:50%;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.data-card[data-v-18607578]{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-18607578]{z-index:0;width:%?706?%;height:%?316?%}.data-card .data-card-text[data-v-18607578]{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-18607578]{color:#fff;font-size:%?32?%}.data-card .data-card-text .num[data-v-18607578]{color:#fff;font-size:%?70?%;margin-top:%?60?%}.basecolor[data-v-18607578]{color:#f76454}.swiper-nav[data-v-18607578]{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-18607578]{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-18607578]{color:#f76454}.swiper-nav .moveBar[data-v-18607578]{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-18607578]{width:100%;height:100%;border-radius:%?3?%;background:#f76454}.swiper-area[data-v-18607578]{-webkit-box-flex:1;-webkit-flex:1;flex:1;width:100%}.swiper-area uni-swiper[data-v-18607578]{width:100%;height:100%}.article-header[data-v-18607578]{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-18607578]{width:%?80?%;height:%?80?%;border-radius:50%}.article-header .name[data-v-18607578]{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-18607578]{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-18607578]{font-size:%?24?%;color:#999}.article-header .time.justnow[data-v-18607578]{color:#f76454}.article-footer[data-v-18607578]{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-18607578]{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-18607578]{border-left:%?1?% solid #ccc;border-right:%?1?% solid #ccc}.article-footer .footer-item .icon-right[data-v-18607578]{font-size:%?40?%}.article-footer .footer-item .icon-right.fill[data-v-18607578]{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/* 文章场景相关 */.u-progress[data-v-18607578]{overflow:hidden;height:15px;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:100%;border-radius:%?100?%}.u-active[data-v-18607578]{width:0;height:100%;-webkit-box-align:center;-webkit-align-items:center;align-items:center;\r\ndisplay:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;\r\njustify-items:flex-end;-webkit-justify-content:space-around;justify-content:space-around;font-size:%?20?%;color:#fff;-webkit-transition:all .4s ease;transition:all .4s ease}.u-striped[data-v-18607578]{background-image:-webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:39px 39px}.u-striped-active[data-v-18607578]{-webkit-animation:progress-stripes-data-v-18607578 2s linear infinite;animation:progress-stripes-data-v-18607578 2s linear infinite}@-webkit-keyframes progress-stripes-data-v-18607578{0%{background-position:0 0}100%{background-position:39px 0}}@keyframes progress-stripes-data-v-18607578{0%{background-position:0 0}100%{background-position:39px 0}}',""]),e.exports=t},"9c19":function(e,t,i){"use strict";var n=i("78b1"),o=i.n(n);o.a},bfc7:function(e,t,i){var n=i("4ebd");"string"===typeof n&&(n=[[e.i,n,""]]),n.locals&&(e.exports=n.locals);var o=i("4f06").default;o("b2bdadf8",n,!0,{sourceMap:!1,shadowMode:!1})},ca41:function(e,t,i){"use strict";var n=i("4ea4");i("caad"),i("d81d"),i("45fc"),i("a434"),i("a9e3"),i("d3b7"),i("ac1f"),i("5319"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,i("96cf");var o=n(i("1da1")),a={name:"u-upload",props:{showUploadList:{type:Boolean,default:!0},action:{type:String,default:""},maxCount:{type:[String,Number],default:52},showProgress:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1},imageMode:{type:String,default:"aspectFill"},header:{type:Object,default:function(){return{}}},formData:{type:Object,default:function(){return{}}},name:{type:String,default:"file"},sizeType:{type:Array,default:function(){return["original","compressed"]}},sourceType:{type:Array,default:function(){return["album","camera"]}},previewFullImage:{type:Boolean,default:!0},multiple:{type:Boolean,default:!0},deletable:{type:Boolean,default:!0},maxSize:{type:[String,Number],default:Number.MAX_VALUE},fileList:{type:Array,default:function(){return[]}},uploadText:{type:String,default:"选择图片"},autoUpload:{type:Boolean,default:!0},showTips:{type:Boolean,default:!0},customBtn:{type:Boolean,default:!1},width:{type:[String,Number],default:200},height:{type:[String,Number],default:200},delBgColor:{type:String,default:"#fa3534"},delColor:{type:String,default:"#ffffff"},delIcon:{type:String,default:"close"},toJson:{type:Boolean,default:!0},beforeUpload:{type:Function,default:null},beforeRemove:{type:Function,default:null},limitType:{type:Array,default:function(){return["png","jpg","jpeg","webp","gif","image"]}},index:{type:[Number,String],default:""}},mounted:function(){},data:function(){return{lists:[],isInCount:!0,uploading:!1}},watch:{fileList:{immediate:!0,handler:function(e){var t=this;e.map((function(e){var i=t.lists.some((function(t){return t.url==e.url}));!i&&t.lists.push({url:e.url,error:!1,progress:100})}))}},lists:function(e){this.$emit("on-list-change",e,this.index)}},methods:{clear:function(){this.lists=[]},reUpload:function(){this.uploadFile()},selectFile:function(){var e=this;if(!this.disabled){this.name;var t=this.maxCount,i=this.multiple,n=this.maxSize,o=this.sizeType,a=this.lists,r=(this.camera,this.compressed,this.maxDuration,this.sourceType),c=null,l=t-a.length;c=new Promise((function(e,t){uni.chooseImage({count:i?l>9?9:l:1,sourceType:r,sizeType:o,success:e,fail:t})})),c.then((function(o){var r=e.lists.length;o.tempFiles.map((function(o,r){if(e.checkFileExt(o)&&(i||!(r>=1)))if(o.size>n)e.$emit("on-oversize",o,e.lists,e.index),e.showToast("超出允许的文件大小");else{if(t<=a.length)return e.$emit("on-exceed",o,e.lists,e.index),void e.showToast("超出最大允许的文件个数");a.push({url:o.path,progress:0,error:!1,file:o})}})),e.$emit("on-choose-complete",e.lists,e.index),e.autoUpload&&e.uploadFile(r)})).catch((function(t){e.$emit("on-choose-fail",t)}))}},showToast:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];(this.showTips||t)&&uni.showToast({title:e,icon:"none"})},upload:function(){this.uploadFile()},retry:function(e){this.lists[e].progress=0,this.lists[e].error=!1,this.lists[e].response=null,uni.showLoading({title:"重新上传"}),this.uploadFile(e)},uploadFile:function(){var e=arguments,t=this;return(0,o.default)(regeneratorRuntime.mark((function i(){var n,o,a;return regeneratorRuntime.wrap((function(i){while(1)switch(i.prev=i.next){case 0:if(n=e.length>0&&void 0!==e[0]?e[0]:0,!t.disabled){i.next=3;break}return i.abrupt("return");case 3:if(!t.uploading){i.next=5;break}return i.abrupt("return");case 5:if(!(n>=t.lists.length)){i.next=8;break}return t.$emit("on-uploaded",t.lists,t.index),i.abrupt("return");case 8:if(100!=t.lists[n].progress){i.next=11;break}return 0==t.autoUpload&&t.uploadFile(n+1),i.abrupt("return");case 11:if(!t.beforeUpload||"function"!==typeof t.beforeUpload){i.next=22;break}if(o=t.beforeUpload.bind(t.$u.$parent.call(t))(n,t.lists),!o||"function"!==typeof o.then){i.next=18;break}return i.next=16,o.then((function(e){})).catch((function(e){return t.uploadFile(n+1)}));case 16:i.next=22;break;case 18:if(!1!==o){i.next=22;break}return i.abrupt("return",t.uploadFile(n+1));case 22:if(t.action){i.next=25;break}return t.showToast("请配置上传地址",!0),i.abrupt("return");case 25:t.lists[n].error=!1,t.uploading=!0,a=uni.uploadFile({url:t.action,filePath:t.lists[n].url,name:t.name,formData:t.formData,header:t.header,success:function(e){var i=t.toJson&&t.$u.test.jsonString(e.data)?JSON.parse(e.data):e.data;[200,201,204].includes(e.statusCode)?(t.lists[n].response=i,t.lists[n].progress=100,t.lists[n].error=!1,t.$emit("on-success",i,n,t.lists,t.index)):t.uploadError(n,i)},fail:function(e){t.uploadError(n,e)},complete:function(e){uni.hideLoading(),t.uploading=!1,t.uploadFile(n+1),t.$emit("on-change",e,n,t.lists,t.index)}}),a.onProgressUpdate((function(e){e.progress>0&&(t.lists[n].progress=e.progress,t.$emit("on-progress",e,n,t.lists,t.index))}));case 29:case"end":return i.stop()}}),i)})))()},uploadError:function(e,t){this.lists[e].progress=0,this.lists[e].error=!0,this.lists[e].response=null,this.$emit("on-error",t,e,this.lists,this.index),this.showToast("上传失败,请重试")},deleteItem:function(e){var t=this;uni.showModal({title:"提示",content:"您确定要删除此项吗?",success:function(){var i=(0,o.default)(regeneratorRuntime.mark((function i(n){var o;return regeneratorRuntime.wrap((function(i){while(1)switch(i.prev=i.next){case 0:if(!n.confirm){i.next=12;break}if(!t.beforeRemove||"function"!==typeof t.beforeRemove){i.next=11;break}if(o=t.beforeRemove.bind(t.$u.$parent.call(t))(e,t.lists),!o||"function"!==typeof o.then){i.next=8;break}return i.next=6,o.then((function(i){t.handlerDeleteItem(e)})).catch((function(e){t.showToast("已终止移除")}));case 6:i.next=9;break;case 8:!1===o?t.showToast("已终止移除"):t.handlerDeleteItem(e);case 9:i.next=12;break;case 11:t.handlerDeleteItem(e);case 12:case"end":return i.stop()}}),i)})));function n(e){return i.apply(this,arguments)}return n}()})},handlerDeleteItem:function(e){this.lists[e].process<100&&this.lists[e].process>0&&"undefined"!=typeof this.lists[e].uploadTask&&this.lists[e].uploadTask.abort(),this.lists.splice(e,1),this.$forceUpdate(),this.$emit("on-remove",e,this.lists,this.index),this.showToast("移除成功")},remove:function(e){e>=0&&e<this.lists.length&&(this.lists.splice(e,1),this.$emit("on-list-change",this.lists,this.index))},doPreviewImage:function(e,t){var i=this;if(this.previewFullImage){var n=this.lists.map((function(e){return e.url||e.path}));uni.previewImage({urls:n,current:e,success:function(){i.$emit("on-preview",e,i.lists,i.index)},fail:function(){uni.showToast({title:"预览图片失败",icon:"none"})}})}},checkFileExt:function(e){var t=!1,i="",n=/.+\./;return i=e.name.replace(n,"").toLowerCase(),t=this.limitType.some((function(e){return e.toLowerCase()===i})),t||this.showToast("不允许选择".concat(i,"格式的文件")),t}}};t.default=a},cbc5:function(e,t,i){"use strict";var n=i("bfc7"),o=i.n(n);o.a},cc0e:function(e,t,i){"use strict";i.r(t);var n=i("ca41"),o=i.n(n);for(var a in n)"default"!==a&&function(e){i.d(t,e,(function(){return n[e]}))}(a);t["default"]=o.a},cde0:function(e,t,i){"use strict";i.r(t);var n=i("014b"),o=i("f75e");for(var a in o)"default"!==a&&function(e){i.d(t,e,(function(){return o[e]}))}(a);i("9c19");var r,c=i("f0c5"),l=Object(c["a"])(o["default"],n["b"],n["c"],!1,null,"18607578",null,!1,n["a"],r);t["default"]=l.exports},db7a:function(e,t,i){"use strict";i.d(t,"b",(function(){return o})),i.d(t,"c",(function(){return a})),i.d(t,"a",(function(){return n}));var n={uUpload:i("76ca").default,uPopup:i("b960").default},o=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("v-uni-view",{staticClass:"return_info"},[i("v-uni-view",{staticClass:"goods_info"},[i("v-uni-view",{staticClass:"title"},[e._v("退款商品")]),e._l(e.goods,(function(t,n){return i("v-uni-view",{key:t.id,staticClass:"goods_con"},[i("v-uni-view",{staticClass:"flexB"},[i("v-uni-view",{staticClass:"flexS"},[i("v-uni-image",{staticClass:"goods_img",attrs:{src:t.img}}),i("v-uni-view",[i("v-uni-text",{staticClass:"goods_name"},[e._v(e._s(t.name))]),i("v-uni-view",{staticClass:"flexB goods_det"},[i("v-uni-text",[e._v("数量:"+e._s(e.refundSub(t))+"套")]),i("v-uni-text",[e._v("金额:¥ "+e._s(e.refSubtotal(t)))])],1)],1)],1)],1),i("v-uni-view",{staticClass:"goods_size"},e._l(t.newSku,(function(t){return i("v-uni-view",{key:t.id,staticClass:"size_box flexB"},[i("v-uni-text",[e._v(e._s(t.type))]),i("v-uni-text",[e._v(e._s(t.size))]),i("v-uni-text",[e._v(e._s(t.price))]),i("v-uni-text",[e._v("X"+e._s(t.quitNum))])],1)})),1)],1)}))],2),i("v-uni-view",{staticClass:"return_box"},[i("v-uni-view",{staticClass:"title"},[e._v("退款信息")]),i("v-uni-view",{staticClass:"return_con"},[i("v-uni-view",{staticClass:"flexB return_item"},[i("v-uni-view",[i("v-uni-text",[e._v("退款数量")])],1),i("v-uni-view",{staticClass:"refund_num"},[e._v(e._s(e.refundNum)+"套")])],1),i("v-uni-view",{staticClass:"flexB return_item"},[i("v-uni-view",[i("v-uni-text",[e._v("退款金额")])],1),i("v-uni-view",{staticClass:"total"},[i("v-uni-text",[e._v("¥")]),i("v-uni-text",{staticClass:"price"},[e._v(e._s(e.refundPrice))])],1)],1),i("v-uni-view",{staticClass:"flexB return_item"},[i("v-uni-view",[i("v-uni-text",[e._v("退货方式")])],1),i("v-uni-view",[e._v("自行寄回")])],1),i("v-uni-view",{staticClass:"flexB return_item"},[i("v-uni-view",[i("v-uni-text",[e._v("退货原因")]),i("v-uni-text",{staticClass:"star"},[e._v("*")])],1),i("v-uni-view",{staticClass:"choose",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.isPaid=!0}}},[i("v-uni-text",[e._v(e._s(e.reason?e.reason:"请选择"))]),e.reason?e._e():i("v-uni-text",{staticClass:"iconfont iconiconfontjiantou2"})],1)],1),i("v-uni-view",{staticClass:"supple_box"},[i("v-uni-textarea",{attrs:{placeholder:"补充描述,有助于商家更好的处理售后问题",maxlength:"200","placeholder-style":"color:#ccc"},on:{input:function(t){arguments[0]=t=e.$handleEvent(t),e.reasonInput.apply(void 0,arguments)}},model:{value:e.reason_all,callback:function(t){e.reason_all=t},expression:"reason_all"}}),i("v-uni-view",{staticClass:"num flexE"},[e._v(e._s(e.num)+"/200")]),i("u-upload",{ref:"uUpload",attrs:{action:e.action,"show-tips":!1,"max-count":"4",width:"130",height:"130",name:"img",header:e.header},on:{"on-success":function(t){arguments[0]=t=e.$handleEvent(t),e.onSuccess.apply(void 0,arguments)},"on-remove":function(t){arguments[0]=t=e.$handleEvent(t),e.onRemove.apply(void 0,arguments)}}})],1)],1)],1),i("v-uni-view",{staticClass:"sure flexC",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.submit.apply(void 0,arguments)}}},[e._v("提交审核")]),i("u-popup",{attrs:{mode:"bottom",width:"550rpx","border-radius":"40",height:"600rpx"},model:{value:e.isPaid,callback:function(t){e.isPaid=t},expression:"isPaid"}},[i("v-uni-view",{staticClass:"cancel_box"},[i("v-uni-view",{staticClass:"cancel_title"},[i("v-uni-view",[e._v("申请退货原因")]),i("v-uni-text",{staticClass:"iconfont iconguanbi",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.isPaid=!1}}})],1),i("v-uni-view",{staticClass:"cancel_hint"},[e._v("请先和店家联系,商量好后再取消。")]),e._l(e.reasonList,(function(t,n){return i("v-uni-view",{key:t.id,staticClass:"flexB reason_item",on:{click:function(i){arguments[0]=i=e.$handleEvent(i),e.Checked(t,n)}}},[i("v-uni-view",[e._v(e._s(t.text))]),t.isChecked?i("v-uni-text",{staticClass:"iconfont iconxuanzhong"}):i("v-uni-text",{staticClass:"iconfont iconweixuanzhong"})],1)}))],2)],1)],1)},a=[]},f75e:function(e,t,i){"use strict";i.r(t);var n=i("3bc3"),o=i.n(n);for(var a in n)"default"!==a&&function(e){i.d(t,e,(function(){return n[e]}))}(a);t["default"]=o.a},f994:function(e,t,i){"use strict";var n=i("65ef"),o=i.n(n);o.a}}]);