ticket-page-ticket-order.eafc6e58.js 22 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["ticket-page-ticket-order"],{"027a":function(t,e,a){"use strict";a("6a54");var i=a("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,a("e966"),a("c223"),a("64aa");var n=i(a("34cae")),o=a("815c"),s=a("14cf"),r=a("c6b1"),c={components:{PaySelectModal:n.default},data:function(){return{orderId:0,showSelectPayWayModal:!1,status:1,order_detail:"",count_time:"30:00",distance:""}},onLoad:function(t){if(!t.order_id)return(0,s.toast)("获取订单信息失败"),void setTimeout((function(){uni.navigateBack()}),1500);this.order_id=t.order_id?t.order_id:"",this.TicketGoodsOrderDetails()},onShow:function(){},methods:{cancelPayEvent:function(){uni.redirectTo({url:"/ticket-page/ticket/orderList"})},failPayEvent:function(){uni.redirectTo({url:"/ticket-page/ticket/orderList"})},successPayEvent:function(){uni.redirectTo({url:"/ticket-page/ticket/orderList"})},callStore:function(t){(0,o.callPhone)(t)},TicketGoodsOrderDetails:function(){var t=this;(0,r.getTicketGoodsOrderDetails)({order_id:this.order_id}).then((function(e){t.order_detail=e.data}))},countingDown:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,a=60*e;this.count_time=this.formatDate(e);var i=setInterval((function(){a--,t.count_time=t.formatDate(a),a<=0&&clearInterval(i)}),1e3)},formatDate:function(t){var e=parseInt(t/60),a=t%60;return"".concat(e," 分 ").concat(a," ")},OrderCancel:function(){var t=this;uni.showModal({title:"提示",content:"确定取消订单?",success:function(e){e.confirm?(0,r.ticketGoodsOrderCancel)({order_id:t.order_detail.id}).then((function(e){(0,s.toast)(e.msg),setTimeout((function(){t.TicketGoodsOrderDetails()}),1e3)})):e.cancel}})},OrderSubmit:function(t){var e=this;this.orderId=t,setTimeout((function(){e.$nextTick((function(){e.showSelectPayWayModal=!0}))}),150)},refund:function(){var t=this;uni.showModal({title:"提示",content:"确定取消订单?",success:function(e){e.confirm?(0,r.ticketGoodsRefund)({order_id:t.order_detail.id}).then((function(e){(0,s.toast)(e.msg),setTimeout((function(){t.TicketGoodsOrderDetails()}),1e3)})):e.cancel&&console.log("用户点击取消")}})},getLocation:function(){var t=this,e=t.order_detail;uni.openLocation({latitude:Number(e.goods_info.lat),longitude:Number(e.goods_info.lng),name:e.snapshot[0].name,scale:15,address:e.goods_info.address,success:function(){},fail:function(){uni.showModal({title:"友情提醒您!",content:"请授权定位服务",success:function(e){e.confirm?t.openSetting():e.cancel}})}})},openSetting:function(){uni.openSetting({success:function(t){}})},copyToClipBoard:o.copyToClipBoard}};e.default=c},"14cf":function(t,e,a){"use strict";a("6a54"),a("bf0f"),a("2797"),a("dc8a"),Object.defineProperty(e,"__esModule",{value:!0});var i=a("9468");Object.keys(i).forEach((function(t){"default"!==t&&"__esModule"!==t&&(t in e&&e[t]===i[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return i[t]}}))}))},"1f3f":function(t,e,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.getNowFormatDate=e.default=void 0,a("c223"),a("e838");var i=function(t,e){var a="",i="";a=t?new Date(t):new Date,i=e?new Date(e):new Date(+new Date+864e5);var n=0==a.getDay()?"天":a.getDay(),o=a.getFullYear(),s=a.getDate(),r=a.getMonth()+1,c=0==i.getDay()?"天":i.getDay(),d=i.getFullYear(),l=i.getDate(),u=i.getMonth()+1,v={};v.startDate="".concat(o,"-").concat(r>9?r:"0"+r,"-").concat(s>9?s:"0"+s),v.endDate="".concat(d,"-").concat(u>9?u:"0"+u,"-").concat(l>9?l:"0"+l),v.startWeek="星期".concat(n),v.endWeek="星期".concat(c),v.startMonth=r,v.endMonth=u,v.startDay=s,v.endDay=l;var f=+new Date(i)-+new Date(a);return v.day=parseFloat(f/24/3600/1e3).toFixed(0),uni.setStorageSync("dateRecord",v),v};e.getNowFormatDate=i;var n={getNowFormatDate:i};e.default=n},4490:function(t,e,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.toast=e.openWin=e.isLogin=e.filterStr=e.default=e.dateSubstring=e.copy=e.callPhone=void 0,a("5c47"),a("a1c1"),a("dd2b");a("e0a2");var i=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:+new Date,e=arguments.length>1?arguments[1]:void 0;if(!t)return"";"string"==typeof t&&(t=t.replace(/-/g,"/"));var a=new Date(t),i=a.getDate()>9?a.getDate():"0"+a.getDate();if(e&&"mm-dd"===e){var n=a.getMonth()+1>9?a.getMonth()+1:"0"+(a.getMonth()+1);return n+"-"+i}return a.getMonth()+1+"月"+i+"日"};e.dateSubstring=i;var n=function(t,e,a){e=e||"none",a=a||1500,uni.showToast({title:t,icon:e,duration:a})};e.toast=n;var o=function(t){uni.navigateTo({url:t})};e.openWin=o;var s=function(t,e){return!!uni.getStorageSync("access_token")||(uni.showModal({title:e||"温馨提示",content:t||"请登录!",success:function(t){t.confirm&&o("/pages/login/index")}}),!1)};e.isLogin=s;var r=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";uni.makePhoneCall({phoneNumber:t,success:function(t){}})};e.callPhone=r;var c=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"****",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2,a=arguments.length>2?arguments[2]:void 0,i=t.split("");return a=a||i.length-2,i.splice(e,a,"****"),i.join("")};e.filterStr=c;var d=function(t){t&&uni.setClipboardData({data:t,success:function(){uni.showToast({title:"复制成功",icon:"none",duration:1500})}})};e.copy=d;var l={dateSubstring:i,toast:n,openWin:o,isLogin:s,callPhone:r,copy:d,filterStr:c};e.default=l},5676:function(t,e,a){"use strict";a.r(e);var i=a("c5aa"),n=a("e5ab");for(var o in n)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(o);a("dd44");var s=a("828b"),r=Object(s["a"])(n["default"],i["b"],i["c"],!1,null,"32a2b85c",null,!1,i["a"],void 0);e["default"]=r.exports},7930:function(t,e,a){var i=a("c86c");e=i(!1),e.push([t.i,'@charset "UTF-8";\n/**\n * 下方引入的为Tuniao UI的集成样式文件,为scss预处理器,其中包含了一些"tn-"开头的自定义变量\n * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可\n * Tuniao UI自定义的css类名和scss变量,均以"tn-"开头,不会造成冲突,请放心使用 \n */.relative[data-v-32a2b85c]{position:relative!important}.fz32[data-v-32a2b85c]{font-size:%?32?%}.fw600[data-v-32a2b85c]{font-weight:600}.ml36[data-v-32a2b85c]{margin-left:%?36?%}.mt28[data-v-32a2b85c]{margin-top:%?28?%}.fz36[data-v-32a2b85c]{font-size:%?36?%}.fixed[data-v-32a2b85c]{position:fixed}.left[data-v-32a2b85c]{left:0}.fz28[data-v-32a2b85c]{font-size:%?28?%}.pb20[data-v-32a2b85c]{padding-bottom:%?20?%}.pt20[data-v-32a2b85c]{padding-top:%?20?%}.justify-around[data-v-32a2b85c]{justify-content:space-around}.align-center[data-v-32a2b85c]{align-items:center}.flex[data-v-32a2b85c]{display:flex}.w100p[data-v-32a2b85c]{width:100%}.fixed[data-v-32a2b85c]{position:fixed}.ml20[data-v-32a2b85c]{margin-left:%?20?%}.align-center[data-v-32a2b85c]{align-items:center}.padding[data-v-32a2b85c]{padding:%?30?%}.text-red[data-v-32a2b85c]{color:#e54d42}.h100p[data-v-32a2b85c]{height:100%}.absolute[data-v-32a2b85c]{position:absolute}.mt44[data-v-32a2b85c]{margin-top:%?44?%}.mt40[data-v-32a2b85c]{margin-top:%?40?%}.mt24[data-v-32a2b85c]{margin-top:%?24?%}.mt20[data-v-32a2b85c]{margin-top:%?20?%}.flex-direction[data-v-32a2b85c]{flex-direction:column}.pl28[data-v-32a2b85c]{padding-left:%?28?%}.u-padding-20[data-v-32a2b85c]{padding:%?20?%}.mt36[data-v-32a2b85c]{margin-top:%?36?%}.ml32[data-v-32a2b85c]{margin-left:%?32?%}.mt32[data-v-32a2b85c]{margin-top:%?32?%}.justify-between[data-v-32a2b85c]{justify-content:space-between}.column[data-v-32a2b85c]{flex-direction:column}.container[data-v-32a2b85c]{padding:%?36?% %?28?% %?189?%}.titleWrap .tit[data-v-32a2b85c]{color:#000;font-size:%?40?%;font-weight:600}.titleWrap .time[data-v-32a2b85c]{font-size:%?24?%;color:#999}.payInfo[data-v-32a2b85c]{padding:%?40?% %?32?%;background:#fff;border-radius:%?16?%}.payInfo .head[data-v-32a2b85c]{padding-bottom:%?36?%;border-bottom:1px solid #f2f2f2}.payInfo .head .price[data-v-32a2b85c]{color:#ff5656;font-size:%?32?%;font-weight:600}.payInfo .cont .more[data-v-32a2b85c]{width:%?12?%;height:%?20?%}.order[data-v-32a2b85c]{padding:%?0?% %?32?%;background:#fff;border-radius:%?16?%}.order .title[data-v-32a2b85c]{font-size:%?32?%;font-weight:600;padding:%?40?% 0 %?36?% 0;border-bottom:1px solid #f2f2f2}.order .info[data-v-32a2b85c]{padding:%?36?% 0;border-bottom:1px solid #f2f2f2}.order .info .des[data-v-32a2b85c]{margin-right:%?100?%;color:#7b7b7b}.order .wrap[data-v-32a2b85c]{padding:%?28?% 0 %?40?%}.order .wrap .tit[data-v-32a2b85c]{margin-right:%?44?%;color:#7b7b7b;font-size:%?28?%}.order .wrap .copy[data-v-32a2b85c]{margin-left:%?20?%;width:%?68?%;height:%?32?%;line-height:%?32?%;text-align:center;font-size:%?22?%;border-radius:%?4?%;border:1px solid #ccc}.rule[data-v-32a2b85c]{padding:%?0?% %?32?%;background:#fff;border-radius:%?16?%}.rule .title[data-v-32a2b85c]{font-size:%?32?%;font-weight:600;padding:%?40?% 0 %?36?% 0;border-bottom:1px solid #f2f2f2}.rule .blank[data-v-32a2b85c]{width:%?8?%;height:%?8?%;border-radius:50%;background:#d8d8d8}.rule .descr[data-v-32a2b85c]{color:#7b7b7b;font-size:%?28?%}.serve[data-v-32a2b85c]{height:%?120?%;background:#fff}.serve[data-v-32a2b85c]::after{border:none}.serve .icons[data-v-32a2b85c]{width:%?40?%;height:%?40?%}.botomWrap[data-v-32a2b85c]{position:fixed;bottom:0;left:0;z-index:99;padding:0 %?28?%;width:%?750?%;height:calc(%?98?% + env(safe-area-inset-bottom));line-height:calc(%?98?% + env(safe-area-inset-bottom));background:#fff;box-shadow:0 %?-4?% %?16?% 0 rgba(0,0,0,.05);padding-bottom:env(safe-area-inset-bottom)}.botomWrap .cancle[data-v-32a2b85c]{width:%?178?%;height:%?72?%;line-height:%?72?%;text-align:center;font-size:%?30?%;border-radius:%?36?%;border:1px solid #d6d6d6}.botomWrap .pay[data-v-32a2b85c]{width:%?368?%;height:%?72?%;line-height:%?72?%;text-align:center;font-size:%?30?%;font-weight:600;color:#fff;background:#c39a43;border-radius:36px}.ticketWrap[data-v-32a2b85c]{padding:%?0?% %?32?%;background:#fff;border-radius:%?16?%}.ticketWrap .hd[data-v-32a2b85c]{padding:%?36?% 0 %?40?% 0;border-bottom:1px solid #f2f2f2}.ticketWrap .hd .more[data-v-32a2b85c]{width:%?12?%;height:%?20?%}.ticketWrap .cd[data-v-32a2b85c]{padding:%?40?% 0}.ticketWrap .cd .tt[data-v-32a2b85c]{text-align:center}.ticketWrap .cd .codeWrap .left[data-v-32a2b85c]{width:%?46?%;height:%?172?%;color:#fff2d7;font-size:%?24?%;text-align:center;background:#333;border-radius:%?8?% %?0?% %?0?% %?8?%}.ticketWrap .cd .codeWrap .right[data-v-32a2b85c]{width:%?584?%;height:%?172?%;background:#f5f5f5;border-radius:%?0?% %?8?% %?8?% %?0?%}',""]),t.exports=e},9468:function(t,e,a){"use strict";a("6a54"),a("bf0f"),a("2797"),a("dc8a"),Object.defineProperty(e,"__esModule",{value:!0});var i=a("1f3f");Object.keys(i).forEach((function(t){"default"!==t&&"__esModule"!==t&&(t in e&&e[t]===i[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return i[t]}}))}));var n=a("4490");Object.keys(n).forEach((function(t){"default"!==t&&"__esModule"!==t&&(t in e&&e[t]===n[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return n[t]}}))}))},c5aa:function(t,e,a){"use strict";a.d(e,"b",(function(){return i})),a.d(e,"c",(function(){return n})),a.d(e,"a",(function(){}));var i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("custom-page",{attrs:{"custom-navbar":!0}},[t.order_detail?a("v-uni-view",{staticClass:"container"},[a("v-uni-view",{staticClass:"titleWrap"},[a("v-uni-view",{staticClass:"flex align-center"},[0==t.order_detail.status?a("v-uni-view",{staticClass:"tit"},[t._v("待付款")]):t._e(),1==t.order_detail.status?a("v-uni-view",{staticClass:"tit"},[t._v("待出票")]):t._e(),2==t.order_detail.status?a("v-uni-view",{staticClass:"tit"},[t._v("已出票")]):t._e(),3==t.order_detail.status?a("v-uni-view",{staticClass:"tit"},[t._v("已退款")]):t._e(),4==t.order_detail.status?a("v-uni-view",{staticClass:"tit"},[t._v("已取消")]):t._e(),0!=t.status?a("v-uni-view",{staticClass:"fz32 fw600 ml36"},[t._v(t._s(t.CurrencyUnit)+t._s(t.order_detail.pay_price||"0"))]):t._e()],1)],1),0==t.order_detail.status?a("v-uni-view",{staticClass:"payInfo mt36"},[a("v-uni-view",{staticClass:"head flex justify-between align-center"},[a("v-uni-view",{staticClass:"fz32 fw600"},[t._v("应付金额")]),a("v-uni-view",{staticClass:"price"},[t._v(t._s(t.CurrencyUnit)+t._s(t.order_detail.total_price))])],1),a("v-uni-view",{staticClass:"cont mt36"},t._l(t.order_detail.snapshot,(function(e,i){return a("v-uni-view",{key:i},[a("v-uni-view",{staticClass:"flex align-center justify-between",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.getLocation.apply(void 0,arguments)}}},[a("v-uni-view",{staticClass:"flex align-center",staticStyle:{width:"80%"}},[a("v-uni-view",{staticClass:"mr16 fw600 fz30"},[t._v(t._s(e.name))])],1),a("v-uni-view",{staticClass:"fz30"},[t._v(t._s(e.num)+" x "+t._s(t.CurrencyUnit)+t._s(e.price))])],1),a("v-uni-view",{staticClass:"mt20"},[a("v-uni-text",{staticStyle:{color:"#7B7B7B"}},[t._v("使用日期")]),a("v-uni-text",{staticClass:"ml44"},[t._v(t._s(0==t.order_detail.type?t.order_detail.start_time:t.order_detail.start_time+"~"+t.order_detail.end_time))])],1),a("v-uni-view",{staticClass:"mt20"},[a("v-uni-text",{staticStyle:{color:"#7B7B7B"}},[t._v("单价包含")]),a("v-uni-text",{staticClass:"ml44"},[t._v(t._s(e.attr_str+"门票")+t._s(e.num+"张"))])],1)],1)})),1)],1):t._e(),0==t.order_detail.status?a("v-uni-view",{staticClass:"order mt20"},[a("v-uni-view",{staticClass:"title"},[t._v("订单信息")]),a("v-uni-view",{staticClass:"info flex"},[a("v-uni-view",{staticClass:"des"},[t._v("用户")]),a("v-uni-view",{},[a("v-uni-view",{staticClass:"fw600 fz28"},[t._v(t._s(t.order_detail.name))]),a("v-uni-view",{staticClass:"mt8"},[t._v(t._s(t.order_detail.mobile))])],1)],1),a("v-uni-view",{staticClass:"wrap"},[a("v-uni-view",{staticClass:"flex align-center"},[a("v-uni-view",{staticClass:"tit"},[t._v("订单编号")]),a("v-uni-view",{staticClass:"flex align-center"},[a("v-uni-view",{},[t._v(t._s(t.order_detail.order_no))]),a("v-uni-view",{staticClass:"copy",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.copyToClipBoard(t.order_detail.order_no)}}},[t._v("复制")])],1)],1),a("v-uni-view",{staticClass:"mt20 flex align-center"},[a("v-uni-view",{staticClass:"tit"},[t._v("支付时间")]),a("v-uni-view",{},[t._v(t._s(t.order_detail.create_time))])],1)],1)],1):t._e(),0!=t.order_detail.status?a("v-uni-view",{staticClass:"ticketWrap mt36"},[a("v-uni-view",{staticClass:"hd "},[a("v-uni-view",{staticClass:"flex justify-between align-center",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.getLocation.apply(void 0,arguments)}}},[a("v-uni-view",{staticClass:"fw600 fz30"},[t._v(t._s(t.order_detail.snapshot[0].name))]),a("v-uni-view",{staticClass:"cuIcon-locationfill text-brown fz36"})],1),a("v-uni-view",{staticClass:"mt24"},[a("v-uni-text",{staticStyle:{color:"#C39A43"}},[t._v(t._s(0==t.order_detail.type?t.order_detail.start_time:t.order_detail.start_time+"~"+t.order_detail.end_time))]),a("v-uni-text",{staticClass:"ml40"},[t._v(t._s(0===t.order_detail.type?"当日有效":"期间使用"))])],1)],1),a("v-uni-view",{staticClass:"cd"},[a("v-uni-view",{staticClass:"fz32 fw600 mt28"},[t._v("出示以下凭证码 换票入园")]),a("v-uni-view",{staticClass:"codeWrap flex align-center mt24"},[a("v-uni-view",{staticClass:"left"},[a("v-uni-text",[t._v("入")]),a("v-uni-text",[t._v("园")]),a("v-uni-text",[t._v("凭")]),a("v-uni-text",[t._v("证")]),a("v-uni-text",[t._v("码")])],1),a("v-uni-view",{staticClass:"right flex align-center justify-center"},[a("v-uni-view",{staticClass:"fz32 fw600"},[t._v("凭证码:"+t._s(t.order_detail.voucher?t.order_detail.voucher:4==t.order_detail.status?"订单已取消":"正在出票中!"))])],1)],1),a("v-uni-view",{staticClass:"fz32 mt28 fw600"},[t._v("换票地址")]),a("v-uni-view",{staticClass:"fz28 mt20",staticStyle:{color:"#7B7B7B"}},[t._v(t._s(t.order_detail.snapshot[0].name))])],1)],1):t._e(),0!=t.order_detail.status?a("v-uni-view",{staticClass:"payInfo mt36"},[a("v-uni-view",{staticClass:"head flex justify-between align-center"},[a("v-uni-view",{staticClass:"fz32 fw600"},[t._v("门票详情")])],1),a("v-uni-view",{staticClass:"cont mt36"},t._l(t.order_detail.snapshot,(function(e,i){return a("v-uni-view",{key:i},[a("v-uni-view",{staticClass:"flex align-center justify-between"},[a("v-uni-view",{staticClass:"flex align-center",staticStyle:{width:"80%"}},[a("v-uni-view",{staticClass:"mr16 fw600 fz30"},[t._v(t._s(e.name))])],1),a("v-uni-view",{staticClass:"fz30"},[t._v(t._s(e.num)+" x "+t._s(t.CurrencyUnit)+t._s(e.price))])],1),a("v-uni-view",{staticClass:"mt20"},[a("v-uni-text",{staticStyle:{color:"#7B7B7B"}},[t._v("使用日期")]),a("v-uni-text",{staticClass:"ml44"},[t._v(t._s(0==t.order_detail.type?t.order_detail.start_time:t.order_detail.start_time+"~"+t.order_detail.end_time))])],1),a("v-uni-view",{staticClass:"mt20"},[a("v-uni-text",{staticStyle:{color:"#7B7B7B"}},[t._v("单价包含")]),a("v-uni-text",{staticClass:"ml44"},[t._v(t._s(e.attr_str+"门票")+t._s(e.num+"张"))])],1)],1)})),1)],1):t._e(),a("v-uni-view",{staticClass:"rule mt20"},[a("v-uni-view",{staticClass:"title"},[t._v("退改规则")]),a("v-uni-view",{staticClass:"pt36 pb40"},[a("v-uni-rich-text",{attrs:{nodes:t.order_detail.goods_info.service}})],1)],1),0!=t.order_detail.status?a("v-uni-view",{staticClass:"order mt20"},[a("v-uni-view",{staticClass:"title"},[t._v("订单信息")]),a("v-uni-view",{staticClass:"wrap"},[a("v-uni-view",{staticClass:"flex align-center"},[a("v-uni-view",{staticClass:"tit"},[t._v("订单编号")]),a("v-uni-view",{staticClass:"flex align-center"},[a("v-uni-view",{},[t._v(t._s(t.order_detail.order_no))]),a("v-uni-view",{staticClass:"copy",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.copyToClipBoard(t.order_detail.order_no)}}},[t._v("复制")])],1)],1),a("v-uni-view",{staticClass:"mt20 flex align-center"},[a("v-uni-view",{staticClass:"tit"},[t._v("支付时间")]),a("v-uni-view",{},[t._v(t._s(t.order_detail.pay_time_cn))])],1),a("v-uni-view",{staticClass:"mt20 flex align-center"},[a("v-uni-view",{staticClass:"tit"},[t._v("支付方式")]),a("v-uni-view",{},[t._v(t._s(t.order_detail.pay_type_cn))])],1)],1)],1):t._e(),a("v-uni-button",{staticClass:"serve flex justify-between align-center",staticStyle:{margin:"20upx 0 0 0",padding:"0 32upx","line-height":"0upx"},attrs:{type:"default"},on:{click:function(e){e.stopPropagation(),arguments[0]=e=t.$handleEvent(e),t.callStore(t.order_detail.goods_info.tel)}}},[a("v-uni-view",{staticClass:"fz32 fw600"},[t._v("联系客服")])],1),0==t.order_detail.status||1==t.order_detail.status?a("v-uni-view",{staticClass:"botomWrap flex align-center justify-between"},[0==t.order_detail.status?a("v-uni-view",{staticClass:"cancle",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.OrderCancel.apply(void 0,arguments)}}},[t._v("取消订单")]):t._e(),1==t.order_detail.status?a("v-uni-view",{staticClass:"cancle",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.refund.apply(void 0,arguments)}}},[t._v("申请退款")]):t._e(),0==t.order_detail.status?a("v-uni-view",{staticClass:"pay",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.OrderSubmit(t.order_detail.id)}}},[t._v("继续支付")]):t._e()],1):t._e(),a("pay-select-modal",{attrs:{"order-id":t.orderId,"order-type":"ticket"},on:{success:function(e){arguments[0]=e=t.$handleEvent(e),t.successPayEvent.apply(void 0,arguments)},fail:function(e){arguments[0]=e=t.$handleEvent(e),t.failPayEvent.apply(void 0,arguments)},cancel:function(e){arguments[0]=e=t.$handleEvent(e),t.cancelPayEvent.apply(void 0,arguments)}},model:{value:t.showSelectPayWayModal,callback:function(e){t.showSelectPayWayModal=e},expression:"showSelectPayWayModal"}})],1):t._e()],1)},n=[]},c6b1:function(t,e,a){"use strict";a("6a54");var i=a("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.ticketGoodsRefund=e.ticketGoodsOrderSubmit=e.ticketGoodsOrderPay=e.ticketGoodsOrderCancel=e.nearbyTicketList=e.getTicketGoodsSearchPage=e.getTicketGoodsOrderPreview=e.getTicketGoodsOrderList=e.getTicketGoodsOrderDetails=e.getTicketGoodsList=e.getTicketGoodsDetails=e.getTicketGoodsBookDateList=void 0;var n=i(a("7653"));e.getTicketGoodsList=function(t){return n.default.post("api/user.ticket.goods/list",t)};e.getTicketGoodsSearchPage=function(t){return n.default.post("api/user.ticket.goods/searchPage",t)};e.getTicketGoodsDetails=function(t){return n.default.post("api/user.ticket.goods/details",t)};e.getTicketGoodsOrderPreview=function(t){return n.default.post("api/user.ticket.goods_order/submit_preview",t)};e.ticketGoodsOrderSubmit=function(t){return n.default.post("api/user.ticket.goods_order/submit",t)};e.getTicketGoodsOrderList=function(t){return n.default.post("api/user.ticket.goods_order/list",t)};e.getTicketGoodsOrderDetails=function(t){return n.default.post("api/user.ticket.goods_order/details",t)};e.getTicketGoodsBookDateList=function(t){return n.default.post("api/user.ticket.goods/bookDateList",t)};e.ticketGoodsOrderPay=function(t){return n.default.post("api/user.ticket.goods_order/pay",t)};e.ticketGoodsOrderCancel=function(t){return n.default.post("api/user.ticket.goods_order/cancel",t)};e.ticketGoodsRefund=function(t){return n.default.post("api/user.ticket.goods_order/refund",t)};e.nearbyTicketList=function(t){return n.default.post("api/user.ticket.goods/nearbyTicketList",t)}},c9cf:function(t,e,a){var i=a("7930");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("967d").default;n("49191d29",i,!0,{sourceMap:!1,shadowMode:!1})},dd44:function(t,e,a){"use strict";var i=a("c9cf"),n=a.n(i);n.a},e5ab:function(t,e,a){"use strict";a.r(e);var i=a("027a"),n=a.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(o);e["default"]=n.a}}]);