shop-php/public/static/js/pages-order_pay_status-index.032845f3.js
2024-02-27 17:24:41 +08:00

1 line
22 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-order_pay_status-index"],{"0a38":function(t,e,n){"use strict";n("7a82");var r=n("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("ac1f");var o=n("736a"),i=(n("107c6"),n("26cb")),a=r(n("104c")),u=n("3093"),s={components:{authorize:a.default},filters:{timeYMD:function(t){if(t){var e=/\d{4}-\d{1,2}-\d{1,2}/g.exec(t);return e[0]}}},data:function(){return{domain:u.HTTP_REQUEST_URL,orderId:"",order_type:"",order_pay_info:{},isAuto:!1,isShowAuth:!1,status:0,msg:"",couponList:[],isOpen:!1,moneyBg:"/static/images/couponBg",text:"展开更多",timer:null,product_type:"",source:null}},computed:(0,i.mapGetters)(["isLogin","viewColor","keyColor"]),onLoad:function(t){if(!t.order_id)return this.$util.Tips({title:"缺少参数无法查看订单支付状态"},{tab:3,url:1});this.orderId=t.order_id,this.order_type=t.order_type,this.source=t.source||null,this.status=t.status||0,this.msg=t.msg||"",this.product_type=t.product_type,this.isLogin?this.refreshData():(this.isAuto=!0,this.isShowAuth=!0)},methods:{refreshData:function(){this.getOrderPayInfo()},bindMore:function(){this.isOpen=!this.isOpen,this.text="展开更多"==this.text?"收起":"展开更多"},onLoadFun:function(){this.isShowAuth=!1,this.getOrderPayInfo()},authColse:function(t){this.isShowAuth=t},getOrderPayInfo:function(){var t=this,e=this;(0,o.getPayOrder)(e.orderId).then((function(n){e.$set(e,"order_pay_info",n.data),e.couponList=n.data.give_coupon,uni.setNavigationBarTitle({title:1==n.data.paid?"支付成功":"支付失败"}),1==n.data.paid&&(clearInterval(t.timer),t.timer=null)})).catch((function(t){uni.hideLoading()}))},goIndex:function(t){uni.switchTab({url:"/pages/index/index"})},goPink:function(t){uni.navigateTo({url:"/pages/activity/combination_status/index?id="+t})},goOrderDetails:function(t){98==this.product_type&&103!=this.source?1==t?uni.navigateTo({url:"/pages/users/order_list/indexCopy?status=2&product_type=".concat(this.product_type)}):uni.navigateTo({url:"/pages/users/order_list/indexCopy?status=0&product_type=".concat(this.product_type)}):99==this.product_type&&103!=this.source?1==t?uni.navigateTo({url:"/pages/users/order_list/relase?status=2&product_type=".concat(this.product_type)}):uni.navigateTo({url:"/pages/users/order_list/relase?status=0&product_type=".concat(this.product_type)}):1==t?uni.navigateTo({url:"/pages/users/order_list/index?status=2&product_type=0"}):uni.navigateTo({url:"/pages/users/order_list/index?status=0&product_type=0"})}},destroyed:function(){clearInterval(this.timer),this.timer=null},deactivated:function(){clearInterval(this.timer),this.timer=null}};e.default=s},"0dd4":function(t,e,n){"use strict";n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){}));var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{style:t.viewColor},[n("v-uni-view",{staticClass:"payment-status"},[0!=t.order_pay_info.paid?n("v-uni-view",{staticClass:"iconfont icon-duihao2 icon"}):n("v-uni-view",{staticClass:"iconfont icon-iconfontguanbi icon"}),n("v-uni-view",{staticClass:"status"},[t._v(t._s(1==t.order_pay_info.paid?"支付成功":"订单未支付"))]),n("v-uni-view",{staticClass:"wrapper"},[n("v-uni-view",{staticClass:"item acea-row row-between-wrapper"},[n("v-uni-view",[t._v("下单时间")]),n("v-uni-view",{staticClass:"itemCom"},[t._v(t._s(t.order_pay_info.create_time))])],1),n("v-uni-view",{staticClass:"item acea-row row-between-wrapper"},[n("v-uni-view",[t._v("支付方式")]),1==t.order_pay_info.pay_type||2==t.order_pay_info.pay_type||3==t.order_pay_info.pay_type?n("v-uni-view",{staticClass:"itemCom"},[t._v("微信")]):4==t.order_pay_info.pay_type||5==t.order_pay_info.pay_type?n("v-uni-view",{staticClass:"itemCom"},[t._v("支付宝")]):n("v-uni-view",{staticClass:"itemCom"},[t._v("余额")])],1),n("v-uni-view",{staticClass:"item acea-row row-between-wrapper"},[n("v-uni-view",[t._v("支付金额")]),n("v-uni-view",{staticClass:"itemCom"},[t._v(t._s(t.order_pay_info.pay_price))])],1),t.order_pay_info.give_integral>0&&t.order_pay_info.paid?n("v-uni-view",{staticClass:"item acea-row row-between-wrapper"},[n("v-uni-view",[t._v("赠送积分")]),n("v-uni-view",{staticClass:"itemCom t-color"},[t._v(t._s(t.order_pay_info.give_integral)+"个")])],1):t._e(),0==t.order_pay_info.paid&&"offline"!=t.order_pay_info.pay_type&&"success"!=t.msg?n("v-uni-view",{staticClass:"item acea-row row-between-wrapper"},[n("v-uni-view",[t._v("失败原因")]),n("v-uni-view",{staticClass:"itemCom"},[t._v(t._s(0==t.order_pay_info.pay_type?"余额不足":t.msg))])],1):t._e()],1),n("v-uni-view",{on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.goOrderDetails(t.order_pay_info.paid)}}},[n("v-uni-button",{staticClass:"returnBnt gColor",attrs:{formType:"submit","hover-class":"none"}},[t._v("查看订单")])],1),4==t.order_pay_info.activity_type&&t.order_pay_info.paid?n("v-uni-button",{staticClass:"returnBnt s-Color",attrs:{formType:"submit","hover-class":"none"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.goPink(t.order_pay_info.activity_id)}}},[t._v("邀请好友参团")]):t._e(),t.order_pay_info.paid&&4==t.order_pay_info.activity_type?t._e():n("v-uni-button",{staticClass:"returnBnt s-Color",attrs:{formType:"submit","hover-class":"none"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.goIndex.apply(void 0,arguments)}}},[t._v("返回首页")]),t.couponList.length>0&&t.order_pay_info.paid?n("v-uni-view",{staticClass:"coupon-wrapper"},[n("v-uni-view",{staticClass:"hd"},[n("v-uni-view",{staticClass:"line"}),n("v-uni-view",{staticClass:"txt"},[t._v("赠送优惠券")]),n("v-uni-view",{staticClass:"line"})],1),n("v-uni-view",{staticClass:"coupon-box",class:{on:t.isOpen}},[t._l(t.couponList,(function(e,r){return[n("v-uni-view",{key:r+"_0",staticClass:"coupon-item flex"},[n("v-uni-view",{staticClass:"left-bg",style:{"background-image":"url("+t.domain+"/static/diy/couponBg"+t.keyColor+".png)"}},[n("v-uni-text",[t._v("¥")]),t._v(t._s(e.coupon_price))],1),n("v-uni-view",{staticClass:"info"},[n("v-uni-view",{staticClass:"title"},[t._v(t._s(e.title))]),n("v-uni-view",{staticClass:"des"},[t._v("满"+t._s(e.use_min_price)+"元可用")]),1==e.coupon_type?[n("v-uni-view",{staticClass:"des"},[t._v("有效期:"+t._s(t._f("timeYMD")(e.use_start_time))+"-"+t._s(t._f("timeYMD")(e.use_end_time)))])]:t._e(),0==e.coupon_type?[n("v-uni-view",{staticClass:"des"},[t._v("领取后"+t._s(e.coupon_time)+"天内可用")])]:t._e()],2)],1)]}))],2),t.couponList.length>2?n("v-uni-view",{staticClass:"more",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.bindMore.apply(void 0,arguments)}}},[t._v(t._s(t.text)),t.isOpen?n("v-uni-text",{staticClass:"iconfont icon-xiangshang"}):n("v-uni-text",{staticClass:"iconfont icon-xiangxia"})],1):t._e()],1):t._e()],1),n("authorize",{attrs:{isAuto:t.isAuto,isShowAuth:t.isShowAuth},on:{onLoadFun:function(e){arguments[0]=e=t.$handleEvent(e),t.onLoadFun.apply(void 0,arguments)},authColse:function(e){arguments[0]=e=t.$handleEvent(e),t.authColse.apply(void 0,arguments)}}})],1)},o=[]},"104c":function(t,e,n){"use strict";n.r(e);var r=n("64fb"),o=n("5bfe");for(var i in o)["default"].indexOf(i)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("495d");var a=n("f0c5"),u=Object(a["a"])(o["default"],r["b"],r["c"],!1,null,"2e785e93",null,!1,r["a"],void 0);e["default"]=u.exports},"107c6":function(t,e,n){"use strict";n("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.arrivalSubscribe=function(){var t=o();return i([t.PRODUCT_INCREASE])},e.auth=o,e.openEextractSubscribe=function(){var t=o();return i([t.EXTRACT_NOTICE])},e.openExtrctSubscribe=function(){var t=o();return i([t.EXTRACT_NOTICE])},e.openOrderRefundSubscribe=function(){var t=o();return i([t.REFUND_CONFORM_CODE])},e.openOrderSubscribe=function(){var t=o();return i([t.ORDER_DELIVER_SUCCESS,t.DELIVER_GOODS_CODE])},e.openPaySubscribe=function(){var t=o();return i([t.DELIVER_GOODS_CODE,t.ORDER_DELIVER_SUCCESS,t.ORDER_PAY_SUCCESS])},e.openRechargeSubscribe=function(){var t=o();return i([t.USER_BALANCE_CHANGE])},e.subscribe=i,n("d3b7");var r=n("8a31");function o(){var t,e=uni.getStorageSync(r.SUBSCRIBE_MESSAGE);return t=e||{},t}function i(t){wx;return new Promise((function(e,n){uni.requestSubscribeMessage({tmplIds:t,success:function(t){return e(t)},fail:function(t){return e(t)},complete:function(t){}})}))}},"136f":function(t,e,n){var r=n("24fb");e=r(!1),e.push([t.i,'@charset "UTF-8";\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/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.Popup[data-v-2e785e93]{flex:1;align-items:center;justify-content:center;width:%?500?%;background-color:#fff;position:fixed;top:%?500?%;left:%?125?%;z-index:1000;border-radius:8px;overflow:hidden}.Popup .logo-auth[data-v-2e785e93]{z-index:-1;position:absolute;left:50%;top:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:%?150?%;height:%?150?%;display:flex;align-items:center;justify-content:center;border:%?8?% solid #fff;border-radius:50%;background:#fff}.Popup .image[data-v-2e785e93]{height:%?42?%;margin-top:%?-54?%}.Popup .title[data-v-2e785e93]{font-size:%?28?%;color:#000;text-align:center;margin-top:%?30?%;align-items:center;justify-content:center;width:%?500?%;display:flex}.Popup .tip[data-v-2e785e93]{font-size:%?22?%;color:#555;padding:0 %?24?%;margin-top:%?25?%;display:flex;align-items:center;justify-content:center}.Popup .bottom .item[data-v-2e785e93]{width:%?250?%;height:%?80?%;background-color:#eee;text-align:center;line-height:%?80?%;margin-top:%?54?%;font-size:%?24?%;color:#666}.Popup .bottom .item .text[data-v-2e785e93]{font-size:%?24?%;color:#666}.Popup .bottom .item.on[data-v-2e785e93]{width:%?500?%}.flex[data-v-2e785e93]{display:flex;flex-direction:row}.Popup .bottom .item.grant[data-v-2e785e93]{font-weight:700;background-color:#e93323;\r\n /* background-color: var(--view-theme); */border-radius:0;padding:0}.Popup .bottom .item.grant .text[data-v-2e785e93]{font-size:%?28?%;color:#fff}.mask[data-v-2e785e93]{position:fixed;top:0;right:0;left:0;bottom:0;background-color:rgba(0,0,0,.65);z-index:99}',""]),t.exports=e},"155d":function(t,e,n){var r=n("441e");r.__esModule&&(r=r.default),"string"===typeof r&&(r=[[t.i,r,""]]),r.locals&&(t.exports=r.locals);var o=n("4f06").default;o("1e031b2c",r,!0,{sourceMap:!1,shadowMode:!1})},"2a66":function(t,e,n){"use strict";n.r(e);var r=n("0a38"),o=n.n(r);for(var i in r)["default"].indexOf(i)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(i);e["default"]=o.a},"441e":function(t,e,n){var r=n("24fb");e=r(!1),e.push([t.i,'@charset "UTF-8";\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/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.payment-status[data-v-7b1efddb]{background-color:#fff;margin:%?92?% %?30?% %?30?%;border-radius:%?10?%;padding:%?1?% 0 %?28?% 0}.payment-status .icon[data-v-7b1efddb]{font-size:%?70?%;width:%?140?%;height:%?140?%;border-radius:50%;color:#fff;text-align:center;line-height:%?140?%;border:%?6?% solid #f5f5f5;margin:%?-76?% auto 0 auto;background-color:#999}.payment-status .icon.icon-duihao2[data-v-7b1efddb]{background-color:var(--view-theme)}.payment-status .icon.fail[data-v-7b1efddb]{text-shadow:0 4px 0 #7a7a7a}.payment-status .status[data-v-7b1efddb]{font-size:%?32?%;font-weight:700;text-align:center;margin:%?25?% 0 %?37?% 0}.payment-status .wrapper[data-v-7b1efddb]{border:1px solid #eee;margin:0 %?30?% %?47?% %?30?%;padding:%?35?% 0;border-left:0;border-right:0}.payment-status .wrapper .item[data-v-7b1efddb]{font-size:%?28?%;color:#282828}.payment-status .wrapper .item ~ .item[data-v-7b1efddb]{margin-top:%?20?%}.payment-status .wrapper .item .itemCom[data-v-7b1efddb]{color:#666}.payment-status .returnBnt[data-v-7b1efddb]{width:%?630?%;height:%?86?%;border-radius:%?50?%;color:#fff;font-size:%?30?%;text-align:center;line-height:%?86?%;margin:0 auto %?20?% auto}.payment-status .returnBnt.gColor[data-v-7b1efddb]{background-color:var(--view-theme)}.payment-status .returnBnt.s-Color[data-v-7b1efddb]{color:var(--view-theme);border:1px solid var(--view-theme)}.t-color[data-v-7b1efddb]{color:var(--view-theme)!important}.coupon-wrapper .hd[data-v-7b1efddb]{display:flex;align-items:center;justify-content:center;margin:%?30?% 0;color:#999;font-size:%?24?%}.coupon-wrapper .hd .line[data-v-7b1efddb]{width:%?70?%;height:1px;background:#dcdcdc}.coupon-wrapper .hd .txt[data-v-7b1efddb]{margin:0 %?20?%}.coupon-wrapper .coupon-box[data-v-7b1efddb]{height:%?356?%;padding:0 %?20?%;overflow:hidden}.coupon-wrapper .coupon-box.on[data-v-7b1efddb]{height:auto}.coupon-wrapper .coupon-box .coupon-item[data-v-7b1efddb]{width:100%;margin-bottom:%?20?%;box-shadow:0 2px 10px 0 rgba(0,0,0,.06)}.coupon-wrapper .coupon-box .coupon-item .left-bg[data-v-7b1efddb]{display:flex;align-items:center;justify-content:center;width:%?236?%;height:%?160?%;color:#fff;font-size:%?64?%}.coupon-wrapper .coupon-box .coupon-item .left-bg uni-text[data-v-7b1efddb]{margin-top:%?26?%;font-size:%?36?%}.coupon-wrapper .coupon-box .coupon-item .info[data-v-7b1efddb]{display:flex;flex-direction:column;justify-content:space-between;margin-left:%?20?%;padding:%?20?% 0}.coupon-wrapper .coupon-box .coupon-item .info .title[data-v-7b1efddb]{color:#282828;font-size:%?30?%}.coupon-wrapper .coupon-box .coupon-item .info .des[data-v-7b1efddb]{font-size:%?24?%;color:#999}.coupon-wrapper .more[data-v-7b1efddb]{display:flex;align-items:center;justify-content:center;padding-top:%?24?%;font-size:%?24?%;color:#999}.coupon-wrapper .more .iconfont[data-v-7b1efddb]{margin-top:%?6?%;margin-left:%?10?%;font-size:%?20?%}',""]),t.exports=e},"495d":function(t,e,n){"use strict";var r=n("4a59"),o=n.n(r);o.a},"4a59":function(t,e,n){var r=n("136f");r.__esModule&&(r=r.default),"string"===typeof r&&(r=[[t.i,r,""]]),r.locals&&(t.exports=r.locals);var o=n("4f06").default;o("6b12986a",r,!0,{sourceMap:!1,shadowMode:!1})},"5bfe":function(t,e,n){"use strict";n.r(e);var r=n("e40c"),o=n.n(r);for(var i in r)["default"].indexOf(i)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(i);e["default"]=o.a},"64fb":function(t,e,n){"use strict";n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){}));var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",[t.isShowAuth&&t.code?n("v-uni-view",{staticClass:"mask",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.close.apply(void 0,arguments)}}}):t._e(),t.isShowAuth&&t.code?n("v-uni-view",{staticClass:"Popup",style:"top:"+t.top+"px;"},[t.isWeixin?n("v-uni-text",{staticClass:"title"},[t._v("授权提醒")]):n("v-uni-text",{staticClass:"title"},[t._v(t._s(t.title))]),t.isWeixin?n("v-uni-text",{staticClass:"tip"},[t._v("请授权头像等信息,以便为您提供更好的服务!")]):n("v-uni-text",{staticClass:"tip"},[t._v(t._s(t.info))]),n("v-uni-view",{staticClass:"bottom flex"},[n("v-uni-text",{staticClass:"item",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.close.apply(void 0,arguments)}}},[t._v("随便逛逛")]),n("v-uni-button",{staticClass:"item grant",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.toWecahtAuth.apply(void 0,arguments)}}},[t.isWeixin?n("v-uni-text",{staticClass:"text"},[t._v("去授权")]):n("v-uni-text",{staticClass:"text"},[t._v("去登录")])],1)],1)],1):t._e()],1)},o=[]},"736a":function(t,e,n){"use strict";n("7a82");var r=n("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.applyInvoiceApi=function(t,e){return o.default.post("order/receipt/".concat(t),e)},e.cartDel=function(t){return o.default.post("user/cart/delete",t)},e.changeCartNum=function(t,e){return o.default.post("user/cart/change/"+t,e)},e.createOrder=function(t){return o.default.post("v2/order/create",t,{noAuth:!0})},e.develiveryDetail=function(t){return o.default.get("order/delivery/".concat(t))},e.express=function(t){return o.default.post("order/express/"+t)},e.expressList=function(){return o.default.get("common/express")},e.getCallBackUrlApi=function(t){return o.default.get("common/pay_key/"+t,{},{noAuth:!0})},e.getCartCounts=function(t){return o.default.get("user/cart/count",t)},e.getCartList=function(t){return o.default.get("user/cart/lst",t)},e.getCouponsOrderPrice=function(t,e){return o.default.get("coupons/order/"+t,e)},e.getOrderConfirm=function(t){return o.default.post("v2/order/check",t)},e.getOrderDetail=function(t){return o.default.get("order/detail/"+t)},e.getOrderList=function(t){return o.default.get("order/list",t)},e.getPayOrder=function(t){return o.default.get("order/status/"+t)},e.getReceiptOrder=function(t){return o.default.get("user/receipt/order/"+t)},e.groupOrderDetail=function(t,e){return o.default.get("order/group_order_detail/"+t+"?product_type="+e)},e.groupOrderList=function(t){return o.default.get("order/group_order_list",t,{noAuth:!0})},e.ordeRefundReason=function(){return o.default.get("order/refund/reason")},e.orderAgain=function(t){return o.default.post("user/cart/again",t)},e.orderComment=function(t,e){return o.default.post("reply/"+t,e)},e.orderConfirm=function(t){return o.default.post("order/check",t)},e.orderCreate=function(t){return o.default.post("order/create",t,{noAuth:!0})},e.orderData=function(t){return o.default.get("order/number",t)},e.orderDel=function(t){return o.default.post("order/del/"+t)},e.orderPay=function(t,e){return o.default.post("order/pay/"+t,e)},e.orderProduct=function(t){return o.default.get("reply/product/"+t)},e.orderRefundVerify=function(t){return o.default.post("order/refund/verify",t)},e.orderTake=function(t){return o.default.post("order/take/"+t)},e.postOrderComputed=function(t,e){return o.default.post("/order/computed/"+t,e)},e.presellOrderPay=function(t,e){return o.default.post("presell/pay/"+t,e)},e.receiptOrder=function(t){return o.default.get("user/receipt/order",t)},e.refundApply=function(t,e){return o.default.post("refund/apply/"+t,e,{noAuth:!0})},e.refundBackGoods=function(t,e){return o.default.post("refund/back_goods/"+t,e,{noAuth:!0})},e.refundBatch=function(t){return o.default.get("refund/batch_product/"+t,{noAuth:!0})},e.refundCancelApi=function(t){return o.default.post("refund/cancel/".concat(t))},e.refundDel=function(t){return o.default.post("refund/del/"+t,{noAuth:!0})},e.refundDetail=function(t){return o.default.get("refund/detail/"+t,{noAuth:!0})},e.refundExpress=function(t){return o.default.get("refund/express/"+t,{noAuth:!0})},e.refundList=function(t){return o.default.get("refund/list",t,{noAuth:!0})},e.refundMessage=function(){return o.default.get("common/refund_message",{noAuth:!0})},e.refundOrderExpress=function(t,e){return o.default.get("server/".concat(t,"/refund/express/").concat(e))},e.refundProduct=function(t,e){return o.default.get("refund/product/"+t,e,{noAuth:!0})},e.refundlist=function(t){return o.default.get("refund/list",t)},e.unOrderCancel=function(t){return o.default.post("order/cancel/"+t)},e.verifyCode=function(t){return o.default.get("order/verify_code/"+t)},n("99af");var o=r(n("6860"))},7999:function(t,e,n){"use strict";var r=n("155d"),o=n.n(r);o.a},e40c:function(t,e,n){"use strict";n("7a82");var r=n("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=r(n("5530")),i=(r(n("a040")),n("cc48"),n("8a31"),n("26cb")),a=(r(n("8afb")),n("5315")),u=(r(n("1ba1")),n("5eb1")),s=(getApp(),{name:"Authorize",props:{isAuto:{type:Boolean,default:!0},isGoIndex:{type:Boolean,default:!0},isShowAuth:{type:Boolean,default:!1}},components:{},data:function(){return{title:"用户登录",info:"请登录,将为您提供更好的服务!",isWeixin:this.$wechat.isWeixin(),canUseGetUserProfile:!1,code:null,top:0,mp_is_new:this.$Cache.get("MP_VERSION_ISNEW")||!1,editModal:!1}},computed:(0,o.default)((0,o.default)({},(0,i.mapGetters)(["isLogin","userInfo","viewColor"])),(0,a.configMap)(["routine_logo"])),watch:{isLogin:function(t){!0===t&&this.$emit("onLoadFun",this.userInfo)},isShowAuth:function(t){this.getCode(this.isShowAuth)}},created:function(){this.top=uni.getSystemInfoSync().windowHeight/2-70,wx.getUserProfile&&(this.canUseGetUserProfile=!0),this.setAuthStatus(),this.getCode(this.isShowAuth)},methods:{setAuthStatus:function(){},getCode:function(t){t&&(this.code=1)},toWecahtAuth:function(){(0,u.toLogin)(!0)},getUserProfile:function(){(0,u.toLogin)(!0),uni.navigateTo({url:"/pages/users/login/login_copy"})},close:function(){var t=getCurrentPages();t[t.length-1];this.$emit("authColse",!1),this.isGoIndex?uni.switchTab({url:"/pages/index/index"}):this.$emit("authColse",!1)}}});e.default=s},eb5d:function(t,e,n){"use strict";n.r(e);var r=n("0dd4"),o=n("2a66");for(var i in o)["default"].indexOf(i)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("7999");var a=n("f0c5"),u=Object(a["a"])(o["default"],r["b"],r["c"],!1,null,"7b1efddb",null,!1,r["a"],void 0);e["default"]=u.exports}}]);