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