-
${ylrc_account.nickname!"暂无昵称"}
${ylrc_account.mobile}
-
账户余额(点)
${ylrc_account.balance}
-
优惠券(张)
(暂无开发此功能)
最近购票记录
订单信息
数量(张)
付款金额(点)
-
<#list orderList as order>
-
<#if order.cinemaHallSession.movie.name?length gt 10> ${order.cinemaHallSession.movie.name?substring(0,10)}... <#else> ${order.cinemaHallSession.movie.name} #if>
${order.cinemaHallSession.cinema.name}
${order.updateTime}
取票码:
取票订单号:${order.sn}
${order.num}${order.newMoney}
#list>
暂无记录
#if>