pages-shop-gift-detail-shop-gift-detail.001cf74c.js 25 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-shop-gift-detail-shop-gift-detail"],{"032f":function(t,e,r){"use strict";r.r(e);var n=r("3f47"),a=r("9653");for(var i in a)"default"!==i&&function(t){r.d(e,t,(function(){return a[t]}))}(i);r("c8c3");var o,s=r("f0c5"),f=Object(s["a"])(a["default"],n["b"],n["c"],!1,null,"25f5756a",null,!1,n["a"],o);e["default"]=f.exports},"03bd":function(t,e,r){"use strict";r("99af"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=r("bd05"),a={data:function(){return{current:0,giftList:[],agentList:[],agentTotal:0,params:{page_index:1,page_size:10},myNum:0,agentNum:0,totalPage:0,showHide:!1}},onShow:function(){this.getList(),this.getAgentList()},methods:{showAgent:function(t){var e=this;this.showHide=!showHide,this.showHide&&(0,n.getAgentGifts)({id:99}).then((function(t){200==t.code?e.agentGift=t.data:uni.showModal({content:t.data||"获取下级礼品失败",showCancel:!1})}))},getAgentList:function(t){var e=this,r=this.params;(0,n.myAgentExchange)(r).then((function(r){if(200==r.code){var n=r.data,a=n.list,i=n.total;e.agentTotal=Math.ceil(i/e.params.page_size),e.agentList=t?e.agentList.concat(a.user_gifts):a.user_gifts,e.agentNum=a.gifts_num}else uni.showModal({content:r.data||"获取数据失败",showCancel:!1})}))},getList:function(t){var e=this,r=this.params;(0,n.myGifts)(r).then((function(r){if(200==r.code){var n=r.data,a=n.list,i=n.total;e.myNum=i,e.totalPage=Math.ceil(i/e.params.page_size),e.giftList=t?e.giftList.concat(a):a}else uni.showModal({content:r.data||"获取数据失败",showCancel:!1})}))},getListMore:function(){if(this.params.page_index>=this.totalPage)return uni.showToast({title:"没有更多啦~",icon:"none"}),!1;this.params.page_index++,0==this.current?this.getList(!0):this.getAgentList(!0)},cutTab:function(t){this.current=t,this.agentList=this.giftList=[],this.params.page_index=1,0==t?this.getList():this.getAgentList()}}};e.default=a},"3f47":function(t,e,r){"use strict";var n;r.d(e,"b",(function(){return a})),r.d(e,"c",(function(){return i})),r.d(e,"a",(function(){return n}));var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{staticClass:"detail"},[n("v-uni-view",{staticClass:"tabs flexB"},[n("v-uni-view",{staticClass:"tab_item",class:0==t.current?"tab_active":"",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.cutTab(0)}}},[n("v-uni-text",{staticClass:"tab_status"},[t._v("我的礼品")]),t.myNum>0?n("v-uni-text",[t._v("("+t._s(t.myNum)+")")]):t._e()],1),n("v-uni-view",{staticClass:"tab_item",class:1==t.current?"tab_active":"",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.cutTab(1)}}},[n("v-uni-text",{staticClass:"tab_status"},[t._v("下级礼品")]),t.agentNum>0?n("v-uni-text",[t._v("("+t._s(t.agentNum)+")")]):t._e()],1)],1),0==t.current?n("v-uni-view",{staticClass:"list"},[t._l(t.giftList,(function(e,r){return n("v-uni-view",{key:r,staticClass:"list_con"},[n("v-uni-view",{staticClass:"flexB"},[n("v-uni-text",{staticStyle:{color:"#999"}},[t._v(t._s(e.gift.updated_at))])],1),n("v-uni-view",{staticClass:"flexT gift_con"},[e.gift?n("v-uni-image",{staticClass:"gift_img",attrs:{src:e.gift.imgurl,mode:"aspectFill"}}):t._e(),n("v-uni-view",{staticStyle:{flex:"1"}},[n("v-uni-view",{staticClass:"gift_title"},[t._v(t._s(e.name))]),n("v-uni-view",{staticStyle:{color:"#999",margin:"20rpx 0 10rpx","font-size":"28rpx"}},[t._v("X"+t._s(e.num))])],1),e.gift?n("v-uni-view",{staticClass:"flexE integral"},[t._v("-"+t._s(e.gift.integral*Number(e.num))+"积分")]):t._e()],1)],1)})),0==t.giftList.length?n("v-uni-view",{staticClass:"noData"},[n("v-uni-image",{attrs:{src:r("a60c"),mode:""}}),n("v-uni-view",[t._v("--暂无记录--")])],1):t._e()],2):n("v-uni-view",{staticClass:"list"},[t._l(t.agentList,(function(e){return n("v-uni-view",{key:e.id,staticClass:"lower_con"},[n("v-uni-view",{staticClass:"flexB",staticStyle:{width:"100%"}},[n("v-uni-view",{staticClass:"user_box flexS"},[n("v-uni-image",{staticClass:"avatar",attrs:{src:e.img}}),n("v-uni-text",[t._v(t._s(e.name))])],1),n("v-uni-text",{staticClass:"iconfont iconiconfontjiantou2",on:{click:function(r){arguments[0]=r=t.$handleEvent(r),t.showAgent(e.id)}}})],1),t.showHide?n("v-uni-view",{staticClass:"hide_list"},t._l(t.agentGift,(function(e){return n("v-uni-view",{key:e.id,staticClass:"gift_list flexB"},[n("v-uni-text",[t._v(t._s(e.name))]),n("v-uni-text",[t._v(t._s(e.num))])],1)})),1):t._e()],1)})),0==t.agentList.length?n("v-uni-view",{staticClass:"noData"},[n("v-uni-image",{attrs:{src:r("a60c"),mode:""}}),n("v-uni-view",[t._v("--暂无记录--")])],1):t._e()],2)],1)},i=[]},"7c98":function(t,e,r){var n=r("24fb");e=n(!1),e.push([t.i,'@charset "UTF-8";.app-item[data-v-25f5756a]{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-25f5756a]{margin-top:%?10?%}.app-item uni-input[data-v-25f5756a], .app-item uni-picker[data-v-25f5756a], .app-item uni-textarea[data-v-25f5756a]{height:100%;width:%?521?%;font-size:%?26?%;text-align:left;color:#999}.kingkong[data-v-25f5756a]{height:%?346?%;margin-top:%?10?%}.kingkong uni-navigator[data-v-25f5756a]{width:25%;height:50%;float:left;display:flex;align-items:center;flex-direction:column}.kingkong uni-navigator uni-image[data-v-25f5756a]{width:%?88?%;height:%?88?%;margin-top:%?30?%;border-radius:50%}.kingkong uni-navigator uni-text[data-v-25f5756a]{font-size:%?32?%;margin-top:%?12?%}.big-btn[data-v-25f5756a]{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-25f5756a]{color:#fff;background:#f76454}.small-btn[data-v-25f5756a]{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-25f5756a]{color:#999;border-color:#999}.login-btn[data-v-25f5756a]{flex:1;width:100%;height:100%;background:#fff}.login-btn uni-navigator[data-v-25f5756a]{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-25f5756a]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.icon-right[data-v-25f5756a]{margin-right:%?20?%}.border-right[data-v-25f5756a]{border-right:%?1?% solid #f2f2f2}.level-name[data-v-25f5756a]{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-25f5756a]{margin-right:%?6?%}.position-center[data-v-25f5756a]{left:50%;top:50%;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.data-card[data-v-25f5756a]{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-25f5756a]{z-index:0;width:%?706?%;height:%?316?%}.data-card .data-card-text[data-v-25f5756a]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.data-card .data-card-text .text[data-v-25f5756a]{color:#fff;font-size:%?32?%}.data-card .data-card-text .num[data-v-25f5756a]{color:#fff;font-size:%?70?%;margin-top:%?60?%}.basecolor[data-v-25f5756a]{color:#f76454}.swiper-nav[data-v-25f5756a]{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-25f5756a]{display:flex;align-items:center;justify-content:center;flex-direction:row;flex:1;height:100%}.swiper-nav .item.active[data-v-25f5756a]{color:#f76454}.swiper-nav .moveBar[data-v-25f5756a]{display:flex;align-items:center;justify-content:center;flex-direction:row;bottom:0;height:%?6?%;position:absolute}.swiper-nav .moveBar > uni-text[data-v-25f5756a]{width:100%;height:100%;border-radius:%?3?%;background:#f76454}.swiper-area[data-v-25f5756a]{flex:1;width:100%}.swiper-area uni-swiper[data-v-25f5756a]{width:100%;height:100%}.article-header[data-v-25f5756a]{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-25f5756a]{width:%?80?%;height:%?80?%;border-radius:50%}.article-header .name[data-v-25f5756a]{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-25f5756a]{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-25f5756a]{font-size:%?24?%;color:#999}.article-header .time.justnow[data-v-25f5756a]{color:#f76454}.article-footer[data-v-25f5756a]{display:flex;align-items:center;justify-content:center;flex-direction:row;height:%?90?%;border-top:%?1?% solid #f2f2f2}.article-footer .footer-item[data-v-25f5756a]{display:flex;align-items:center;justify-content:center;flex-direction:row;flex:1;height:%?40?%}.article-footer .footer-item.center[data-v-25f5756a]{border-left:%?1?% solid #ccc;border-right:%?1?% solid #ccc}.article-footer .footer-item .icon-right[data-v-25f5756a]{font-size:%?40?%}.article-footer .footer-item .icon-right.fill[data-v-25f5756a]{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/* 文章场景相关 */.detail[data-v-25f5756a]{position:relative;width:100%;min-height:100%;background:#f9f9fb}.tabs[data-v-25f5756a]{width:100%;padding:0 %?20?%;height:%?104?%;background:#fff;position:fixed;top:0;left:0}.tabs .tab_active uni-text[data-v-25f5756a]{color:#fb231f;font-weight:700}.tabs .tab_active .tab_status[data-v-25f5756a]::after{content:"";display:block;position:absolute;bottom:%?-12?%;left:45%;-webkit-transform:translateX(0);transform:translateX(0);width:%?44?%;height:%?6?%;border-radius:%?48?%;background:linear-gradient(93deg,#ff232c,#ff571b)}.tabs .tab_item[data-v-25f5756a]{width:50%;text-align:center;position:relative}.tabs .tab_item uni-text[data-v-25f5756a]{font-size:%?30?%;font-weight:700}.tabs .tab_item .tab_num[data-v-25f5756a]{min-width:%?36?%;min-height:%?36?%;display:flex;justify-content:center;align-items:center;color:#fff;font-size:%?24?%;border-radius:%?44?%;background:linear-gradient(93deg,#ff232c,#ff571b);position:absolute;top:%?-24?%;right:%?0?%}.tabs .tab_item .more_num[data-v-25f5756a]{width:%?60?%;height:%?32?%;position:absolute;right:%?-18?%}.list[data-v-25f5756a]{margin-top:%?120?%}.list .list_con[data-v-25f5756a]{width:%?690?%;min-height:%?296?%;padding:%?20?% %?30?%;margin:0 auto;background:#fff;border-radius:%?24?%}.list .list_con .gift_con[data-v-25f5756a]{margin-top:%?20?%}.list .list_con .gift_con .integral[data-v-25f5756a]{color:#fb231f;font-size:%?32?%;font-weight:700;margin-top:%?100?%}.list .list_con .gift_con .gift_img[data-v-25f5756a]{width:%?220?%;height:%?176?%;border-radius:%?26?%;margin-right:%?20?%;flex-shrink:0}.list .list_con .gift_con .gift_title[data-v-25f5756a]{font-size:%?32?%;font-weight:700}.list .list_con .gift_con .change_btn[data-v-25f5756a]{width:%?160?%;height:%?64?%;background:linear-gradient(141deg,#ff232c,#ff571b);border-radius:%?34?%;color:#fff}.list .list_con .gift_con .gift_btn[data-v-25f5756a]{width:100%}.list .list_con .gift_con .gift_btn uni-view[data-v-25f5756a]{width:%?128?%;height:%?60?%;line-height:%?60?%;text-align:center;border-radius:%?34?%}.list .list_con .gift_con .gift_btn uni-view[data-v-25f5756a]:first-child{background:#f8f8f8;margin-right:%?20?%}.list .list_con .gift_con .gift_btn uni-view[data-v-25f5756a]:last-child{background:linear-gradient(92deg,#ff232c,#ff571b);color:#fff}.lower_con[data-v-25f5756a]{width:%?690?%;margin:0 auto;background:#fff;padding:%?20?% %?30?%;border-radius:%?20?%}.lower_con .user_box .avatar[data-v-25f5756a]{width:%?68?%;height:%?68?%;border-radius:50%;margin-right:%?10?%}.lower_con .user_box uni-text[data-v-25f5756a]{font-size:%?32?%;font-weight:700}.lower_con .iconfont[data-v-25f5756a]{font-size:%?40?%;color:#999}.lower_con .hide_list[data-v-25f5756a]{width:100%;background:#fff;margin-top:%?20?%;border-top:%?2?% solid #eee}.lower_con .hide_list .gift_list[data-v-25f5756a]{margin-top:%?15?%}.lower_con .hide_list .gift_list uni-text[data-v-25f5756a]:last-child{color:#fb231f}',""]),t.exports=e},9653:function(t,e,r){"use strict";r.r(e);var n=r("03bd"),a=r.n(n);for(var i in n)"default"!==i&&function(t){r.d(e,t,(function(){return n[t]}))}(i);e["default"]=a.a},a60c:function(t,e,r){t.exports=r.p+"static/img/no_order.b014ed4b.png"},bd05:function(t,e,r){"use strict";var n=r("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.myExchange=e.cancelExchange=e.exchangeGifts=e.getInteGifts=e.getIntegralRecord=e.getIntegral=e.integralRank=e.adverting=e.receipts=e.goldPlan=e.cancelRefund=e.submitRefund=e.refundOrderInfo=e.getRefund=e.getSaleAccount=e.getSaleInfo=e.getRecord=e.setBank=e.getBankInfo=e.withdraw=e.getAccount=e.getBankBranch=e.getBank=e.editLog=e.pickUp=e.getLogs=e.addLogs=e.getLogsCode=e.getSeeUserList=e.getseeUser=e.getUserList=e.getUserData=e.getUser=e.completeUser=e.getUserOrder=e.getMoreBuy=e.getScanUser=e.getBuyUser=e.getUserInfo=e.loginTest=e.replyCommet=e.getComment=e.getMeetFiveDetail=e.getNoFinishOrder=e.getNoSendOrder=e.receiveOrder=e.getOrderNum=e.editRemark=e.delCancel=e.refundOrderDetail=e.refundList=e.cancelList=e.getOrigin=e.addUser=e.cancelAudit=e.cancelOrder=e.shareOrder=e.cancelAuth=e.getStoreUser=e.payMent=e.cancelVip=e.setVip=e.replaceOrder=e.getOrderList=e.orderQuery=e.getOrderInfo=e.getExpress=e.getAds=e.addAds=e.setDefault=e.getUserPhone=e.getAllAds=e.deleteAds=e.updateAds=e.setStock=e.goodsDetail=e.getSku=e.shareGoods=e.getGoodsList=e.shareStore=e.uploadImg=e.editPhone=e.checkPhone=e.sendSms=e.editName=e.getStoreInfo=e.uploadCard=e.secondAuth=e.getIdCard=e.getAgree=e.agentInfo=e.storeAuth=e.getServiceInfo=e.getState=e.getAllVideo=e.editAds=e.confirmReceipt=e.uploadSign=e.getLocation=e.location=void 0,e.editBindRecomer=e.getAllRecomer=e.bindRecomer=e.delScancode=e.submitCodeInfo=e.scanCodeInfo=e.getZbsRank=e.getZbsData=e.myAgentExchange=e.getAgentGifts=e.myGifts=void 0;var a=n(r("ef4f")),i=function(t){return a.default.get("/store/get_sign_package",t)};e.location=i;var o=function(t){return a.default.get("/store/get_address_info",t)};e.getLocation=o;var s=function(t){return a.default.post("/store/upload_qian_ming_img",t)};e.uploadSign=s;var f=function(t){return a.default.post("/store/sure_receive_order",t)};e.confirmReceipt=f;var d=function(t){return a.default.post("/store/edit_store_address",t)};e.editAds=d;var u=function(t){return a.default.get("/store_goods/get_all_video",t)};e.getAllVideo=u;var c=function(t){return a.default.get("/miniSub/query",t)};e.getState=c;var g=function(t){return a.default.get("/store/getServiceInfo ",t)};e.getServiceInfo=g;var l=function(t){return a.default.post("/store/cert_store",t)};e.storeAuth=l;var v=function(t){return a.default.get("/store/get_agent_info",t)};e.agentInfo=v;var _=function(t){return a.default.post("/store/set_agree",t)};e.getAgree=_;var h=function(t){return a.default.uploadFile("/miniSub/uploadmedia",t)};e.getIdCard=h;var p=function(t){return a.default.post("/miniSub/apply_wx",t)};e.secondAuth=p;var m=function(t){return a.default.post("/store/upload_cert_img",t)};e.uploadCard=m;var b=function(t){return a.default.get("/store/get_store_info",t)};e.getStoreInfo=b;var w=function(t){return a.default.post("/store/edit_store_info",t)};e.editName=w;var x=function(t){return a.default.get("/store/send_sms",t)};e.sendSms=x;var y=function(t){return a.default.post("/store/check_sms",t)};e.checkPhone=y;var k=function(t){return a.default.post("/store/edit_sms",t)};e.editPhone=k;var S=function(t){return a.default.get("/store/upload_store_img",t)};e.uploadImg=S;var A=function(t){return a.default.post("/store/share_store",t)};e.shareStore=A;var L=function(t){return a.default.get("/store_goods/get_goods_list",t)};e.getGoodsList=L;var C=function(t){return a.default.get("/store_goods/share_goods",t)};e.shareGoods=C;var I=function(t){return a.default.get("/store_goods/get_goods_taps",t)};e.getSku=I;var O=function(t){return a.default.get("/store_goods/get_goods_detail",t)};e.goodsDetail=O;var R=function(t){return a.default.post("/store_goods/set_store_goods_inventory",t)};e.setStock=R;var U=function(t){return a.default.post("/store/update_address",t)};e.updateAds=U;var z=function(t){return a.default.post("/store/destroy_address",t)};e.deleteAds=z;var j=function(t){return a.default.get("/store/get_all_address",t)};e.getAllAds=j;var B=function(t){return a.default.get("/store/get_user_info",t)};e.getUserPhone=B;var N=function(t){return a.default.post("/store/set_default_address",t)};e.setDefault=N;var M=function(t){return a.default.post("/store/add_address",t)};e.addAds=M;var D=function(t){return a.default.get("/store/get_address",t)};e.getAds=D;var G=function(t){return a.default.get("/store/get_express_company",t)};e.getExpress=G;var E=function(t){return a.default.get("/store/get_order_info",t)};e.getOrderInfo=E;var P=function(t){return a.default.get("/store/get_order_no_info",t)};e.orderQuery=P;var T=function(t){return a.default.get("/store/get_order_list1",t)};e.getOrderList=T;var F=function(t){return a.default.post("/store/submit_order_info",t)};e.replaceOrder=F;var V=function(t){return a.default.post("/store/set_vip",t)};e.setVip=V;var Z=function(t){return a.default.post("/store/cancel_vip",t)};e.cancelVip=Z;var H=function(t){return a.default.post("/payment/pay",t)};e.payMent=H;var $=function(t){return a.default.get("/store_goods/get_store_user",t)};e.getStoreUser=$;var X=function(t){return a.default.post("/store/auth_order_cancel",t)};e.cancelAuth=X;var q=function(t){return a.default.post("/store/share_order_info",t)};e.shareOrder=q;var J=function(t){return a.default.post("/store/cancel_order",t)};e.cancelOrder=J;var Q=function(t){return a.default.post("/store/auth_order_cancel ",t)};e.cancelAudit=Q;var K=function(t){return a.default.post("/store/add_user",t)};e.addUser=K;var W=function(t){return a.default.get("/store/get_origin_order_info",t)};e.getOrigin=W;var Y=function(t){return a.default.get("/store_goods/get_cancel_order_list",t)};e.cancelList=Y;var tt=function(t){return a.default.get("/store_goods/get_all_refund_order",t)};e.refundList=tt;var et=function(t){return a.default.get("/store_goods/get_refund_order_detail",t)};e.refundOrderDetail=et;var rt=function(t){return a.default.post("/store_goods/delete_origin_order",t)};e.delCancel=rt;var nt=function(t){return a.default.post("/store/edit_order_remark",t)};e.editRemark=nt;var at=function(t){return a.default.get("/store/get_order_status_num",t)};e.getOrderNum=at;var it=function(t){return a.default.post("/store/agent_sure_receive_order",t)};e.receiveOrder=it;var ot=function(t){return a.default.get("/store/get_no_send_order",t)};e.getNoSendOrder=ot;var st=function(t){return a.default.get("/minilogin/getNoFinishOrder",t)};e.getNoFinishOrder=st;var ft=function(t){return a.default.get("/getMeetFiveDetail",t)};e.getMeetFiveDetail=ft;var dt=function(t){return a.default.get("/store/get_comment",t)};e.getComment=dt;var ut=function(t){return a.default.post("/store/add_comment",t)};e.replyCommet=ut;var ct=function(t){return a.default.get("/set_login",t)};e.loginTest=ct;var gt=function(t){return a.default.get("/store/get_user_data_info",t)};e.getUserInfo=gt;var lt=function(t){return a.default.get("/store/get_more_buy",t)};e.getBuyUser=lt;var vt=function(t){return a.default.get("/store/get_more_scan",t)};e.getScanUser=vt;var _t=function(t){return a.default.get("/store/get_more_user_info",t)};e.getMoreBuy=_t;var ht=function(t){return a.default.get("/store/get_user_all_order",t)};e.getUserOrder=ht;var pt=function(t){return a.default.post("/store/edit_user",t)};e.completeUser=pt;var mt=function(t){return a.default.get("/store/get_user",t)};e.getUser=mt;var bt=function(t){return a.default.get("/store_goods/get_user_data",t)};e.getUserData=bt;var wt=function(t){return a.default.get("/store_goods/get_user_list",t)};e.getUserList=wt;var xt=function(t){return a.default.get("/store_goods/get_see_user_data",t)};e.getseeUser=xt;var yt=function(t){return a.default.get("/store_goods/get_see_user_list",t)};e.getSeeUserList=yt;var kt=function(t){return a.default.get("/store/get_express_code",t)};e.getLogsCode=kt;var St=function(t){return a.default.post("/store/add_order_express_no",t)};e.addLogs=St;var At=function(t){return a.default.get("/store/get_order_express",t)};e.getLogs=At;var Lt=function(t){return a.default.post("/store/one_self_take",t)};e.pickUp=Lt;var Ct=function(t){return a.default.post("/store_goods/edit_express",t)};e.editLog=Ct;var It=function(t){return a.default.get("/miniSub/get_all_bank",t)};e.getBank=It;var Ot=function(t){return a.default.get("/miniSub/get_bank_branch",t)};e.getBankBranch=Ot;var Rt=function(t){return a.default.get("/miniSub/get_account_info",t)};e.getAccount=Rt;var Ut=function(t){return a.default.post("/miniSub/withdrawal",t)};e.withdraw=Ut;var zt=function(t){return a.default.get("/miniSub/get_bank_info",t)};e.getBankInfo=zt;var jt=function(t){return a.default.post("/miniSub/set_bank_info",t)};e.setBank=jt;var Bt=function(t){return a.default.get("/miniSub/get_account_detail",t)};e.getRecord=Bt;var Nt=function(t){return a.default.get("/store_goods/get_sale_info",t)};e.getSaleInfo=Nt;var Mt=function(t){return a.default.get("/store_goods/get_sale_account",t)};e.getSaleAccount=Mt;var Dt=function(t){return a.default.get("/store/get_refund_order_detail",t)};e.getRefund=Dt;var Gt=function(t){return a.default.get("/store/get_origin_order_info",t)};e.refundOrderInfo=Gt;var Et=function(t){return a.default.post("/store/submit_refund_order",t)};e.submitRefund=Et;var Pt=function(t){return a.default.get("/store/cancel_refund_order",t)};e.cancelRefund=Pt;var Tt=function(t){return a.default.post("/miniSub/dianjin",t)};e.goldPlan=Tt;var Ft=function(t){return a.default.post("/miniSub/business_tips",t)};e.receipts=Ft;var Vt=function(t){return a.default.post("/miniSub/adverting",t)};e.adverting=Vt;var Zt=function(t){return a.default.get("/integral/get_store_integral_order_by",t)};e.integralRank=Zt;var Ht=function(t){return a.default.get("/integral/get_store_order_by",t)};e.getIntegral=Ht;var $t=function(t){return a.default.get("/integral/get_store_detail",t)};e.getIntegralRecord=$t;var Xt=function(t){return a.default.get("/integral/get_inte_gifts",t)};e.getInteGifts=Xt;var qt=function(t){return a.default.post("/integral/exchange_gifts",t)};e.exchangeGifts=qt;var Jt=function(t){return a.default.post("/integral/cancel_exchange_gifts",t)};e.cancelExchange=Jt;var Qt=function(t){return a.default.get("/integral/my_exchange",t)};e.myExchange=Qt;var Kt=function(t){return a.default.get("/integral/my_gifts",t)};e.myGifts=Kt;var Wt=function(t){return a.default.get("/integral/get_agent_gifts",t)};e.getAgentGifts=Wt;var Yt=function(t){return a.default.get("/integral/my_agent_exchange",t)};e.myAgentExchange=Yt;var te=function(t){return a.default.get("/store_goods/getZbsData",t)};e.getZbsData=te;var ee=function(t){return a.default.get("/store/getZbsRank",t)};e.getZbsRank=ee;var re=function(t){return a.default.get("/store/scan_code_info",t)};e.scanCodeInfo=re;var ne=function(t){return a.default.post("/store/submit_scan_code_info",t)};e.submitCodeInfo=ne;var ae=function(t){return a.default.post("/store/delete_scan_code",t)};e.delScancode=ae;var ie=function(t){return a.default.post("/store/bindRecomer",t)};e.bindRecomer=ie;var oe=function(t){return a.default.get("/store/getAllRecomer",t)};e.getAllRecomer=oe;var se=function(t){return a.default.post("/store/editBindRecomer",t)};e.editBindRecomer=se},c8c3:function(t,e,r){"use strict";var n=r("e02b"),a=r.n(n);a.a},e02b:function(t,e,r){var n=r("7c98");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var a=r("4f06").default;a("5c580377",n,!0,{sourceMap:!1,shadowMode:!1})}}]);