{include file="public/layout" /}
变化积分
当前积分
备注
操作人
操作时间
{empty name="list"} {else/} {foreach name="list" item="vo" key="k" } {/foreach} {/empty}
{if condition='$vo.score < 0'} {$vo.score} {elseif condition="$vo.score > 0"} {$vo.score} {/if}
{$vo.current_score}
{notempty name='$vo.remark'} {$vo.remark} {else /} {if condition='1 == $vo.type'} 提问 {elseif condition="2 == $vo.type"} 回答 {elseif condition="3 == $vo.type"} 最佳答案 {elseif condition="4 == $vo.type"} 悬赏退回 {elseif condition="5 == $vo.type"} 每日签到 {elseif condition="6 == $vo.type"} 管理员编辑 {elseif condition="7 == $vo.type && $vo.score < 0"} 问题悬赏 {elseif condition="7 == $vo.type && $vo.score > 0"} 问题获得悬赏 {elseif condition="9 == $vo.type && $vo.score < 0"} 积分商城 {elseif condition="9 == $vo.type && $vo.score > 0"} 积分商城取消 {/if} {/notempty}
{empty name='$vo.admin_id'} {$vo.nickname} {else /} {$vo.user_name} {/empty}
{$vo.add_time|MyDate="Y-m-d H:i:s",###}
{include file="public/footer" /}