<#include "../common/head-css.ftl"/> <#include "../common/header.ftl"/>

${cinema.name}${cinema.rate!"0"}

${cinema.address}

电话:${cinema.tel}

交通:${cinema.transport}

<#list cinema.cinemaServiceList as cinemaService>

排期购票 影院介绍 影院评价
日期:
影院介绍

${cinema.info!"暂无介绍"}

展开

用户评论共0条评论
请评分

发表评论

<#if ylrc_account??> <#else>
    <#list commentList as comment>
  • ${comment.account.nickname!comment.account.mobile?replace(comment.account.mobile?substring(3,7),"****")}

    ${comment.content}

    ${comment.createTime}

<#if commentList?? && commentList?size gt 0>
<#else>

还没有评论,抢个沙发~

其他周边影院
    <#list nearCinemaList as nearCinema> <#if nearCinema.id != cinema.id>
  • ${nearCinema.name}${nearCinema.rate!"0"}

    ${nearCinema.address}

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