1 |
- (global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/cinema/schedulelist"],{"4bce":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i("482c"),c={data:function(){return{listLoading:!0,tabActive:0,current:0,cinemaId:null,filmId:null,cinemaName:"",scheduleList:{},scheduleListKey:null,discountRule:{},scheduleItem:{}}},computed:{filmList:function(){var e={};return this.$store.state.cinema.filmList.map((function(t){e[t.filmId]=t})),e},filmDiscount:function(){return this.$store.state.cinema.filmDiscount}},onLoad:function(e){this.cinemaId=e.cinemaId,this.filmId=e.filmId},mounted:function(){this.init()},methods:{clickBuy:function(e){var t=this.discontinued(e.stopSellTime);t&&this.goPage("/pages/cinema/selectseat",null,{showItem:e})},init:function(){var e=this;this.listLoading=!0,(0,n.getScheduleList)({cinemaId:this.cinemaId}).then((function(t){e.scheduleList={},e.discountRule=t.data.data.discountRule,e.$store.commit("SET_DISCOUNTRULE",t.data.data.discountRule),e.cinemaName=t.data.data.list[0].cinemaName,t.data.data.list.map((function(t){e.scheduleList[t.filmId]||(e.scheduleList[t.filmId]={}),e.scheduleList[t.filmId][t.showDate]||(e.scheduleList[t.filmId][t.showDate]=[]),e.scheduleList[t.filmId][t.showDate].push(t)})),e.scheduleListKey=Object.keys(e.scheduleList),"undefined"==e.filmId&&(e.filmId=e.scheduleListKey[0]),e.scheduleItem=e.scheduleList[e.filmId],e.current=e.scheduleListKey.indexOf(e.filmId),e.listLoading=!1,setTimeout((function(){e.selectComponent("#tabs").resize()}),500)}))},discontinued:function(e){var t=new Date(e.replace(/-/g,"/")).getTime()-(new Date).getTime()-36e5>0;return t},swiperChange:function(e){var t=this;this.current=e.detail.current,this.filmId=this.scheduleListKey[this.current],this.scheduleItem={},this.$nextTick((function(){t.scheduleItem=t.scheduleList[t.filmId],t.$nextTick((function(){t.tabActive=0,t.selectComponent("#tabs").resize()}))}))},tabsChange:function(e){this.tabActive=e.detail.index}}};t.default=c},"6efd":function(e,t,i){"use strict";var n=i("755a"),c=i.n(n);c.a},"755a":function(e,t,i){},8795:function(e,t,i){"use strict";(function(e){i("63d7");n(i("66fd"));var t=n(i("95bd"));function n(e){return e&&e.__esModule?e:{default:e}}e(t.default)}).call(this,i("543d")["createPage"])},"95bd":function(e,t,i){"use strict";i.r(t);var n=i("b134"),c=i("c079");for(var s in c)"default"!==s&&function(e){i.d(t,e,(function(){return c[e]}))}(s);i("6efd");var u,a=i("f0c5"),d=Object(a["a"])(c["default"],n["b"],n["c"],!1,null,"626b754f",null,!1,n["a"],u);t["default"]=d.exports},b134:function(e,t,i){"use strict";var n;i.d(t,"b",(function(){return c})),i.d(t,"c",(function(){return s})),i.d(t,"a",(function(){return n}));var c=function(){var e=this,t=e.$createElement,i=(e._self._c,e.__map(e.scheduleItem,(function(t,i){var n=e.__get_orig(t),c=e.getDay(i),s=i.slice(5),u=e.__map(t,(function(t,i){var n=e.__get_orig(t),c=t.showTime.slice(11,16),s=(t.netPrice/100*(t.netPrice>3900?e.discountRule.upDiscountRate:e.discountRule.downDiscountRate)*e.filmDiscount).toFixed(2),u=e.discontinued(t.stopSellTime);return{$orig:n,g1:c,g2:s,m1:u}}));return{$orig:n,m0:c,g0:s,l0:u}})));e.$mp.data=Object.assign({},{$root:{l1:i}})},s=[]},c079:function(e,t,i){"use strict";i.r(t);var n=i("4bce"),c=i.n(n);for(var s in n)"default"!==s&&function(e){i.d(t,e,(function(){return n[e]}))}(s);t["default"]=c.a}},[["8795","common/runtime","common/vendor"]]]);
|