<#include "../common/head-css.ftl"/> <#include "../common/header.ftl"/>
  • 1.选择影片场次
  • 2.在线选座
  • 3.确认订单支付
  • 4.影院取票观影
荧幕

可选 已选 已售 情侣座

<#list cinemaHallSeatList as cinemaHallSeat> <#if cinemaHallSeat.x == 1> <#if cinemaHallSeat.x == cinemaHallSession.cinemaHall.maxX>
<#if cinemaHallSeat.status == 1 && cinemaHallSeat.type == 1>${cinemaHallSeat.x}
<#if cinemaHallSeat.status == 1> <#if cinemaHallSeat.type == 2> <#else> <#else>
<#list 1..cinemaHallSession.cinemaHall.maxY as y>
${y}

${cinemaHallSession.movie.name}

片长:${cinemaHallSession.movie.time}分钟

语言:${cinemaHallSession.movie.language.getName()}

影院:${cinemaHallSession.cinema.name}

影厅:${cinemaHallSession.cinemaHall.name}

票价:${cinemaHallSession.newPrice} 元/张

场次: ${cinemaHallSession.startTime}
请选择座位

已选择0个座位,再次点击座位可以取消

座位:

总计:0

立即购票

使用说明

1.选择你要预定的座位,重复点击取消所选座位。
2.每笔订单最多可选购4张电影票,情侣座不单卖。
3.选座时,请尽量选择相邻座位,请不要留下单个座位。
4.下单后请于15分钟内完成支付,超时系统将不保留座位。
5.电影票售出后暂不支持退换。
6.购票过程产生的各项咨询,请拨打客户电话400-660-5335。

<#include "../common/footer-js.ftl"/> <#include "../common/footer.ftl"/> <#include "../common/login-dialog.ftl"/>