freemarker

1、日期显示

<td class="am-hide-sm-only">${(ActiveMoneyLog.addTime?string("yyyy-MM-dd hh:mm:ss"))!}</td>

2、类型

<#if ActiveMoneyLog.status?exists>
<#if ActiveMoneyLog.status == '0'>
打款中
<#elseif ActiveMoneyLog.status == '1'>
打款成功
<#elseif ActiveMoneyLog.status == '2'>
打款失败
<#else>
</#if>
</#if>

 

<#if user.status?exists>
<#if user.status=1>
注册
<#elseif user.status=2>
实名
<#elseif user.status=3>
绑卡
<#else>
注销
</#if>
</#if>

posted on 2017-03-06 09:59  _故乡的原风景  阅读(113)  评论(0编辑  收藏  举报