{include file="public/layout" /}
序号
|
变动原因
|
积分变动
|
变动后积分
|
操作人
|
操作时间
|
---|
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||
{if condition="$pager->nowPage > 1"}
{$pager->listRows * ($pager->nowPage-1) + $k+1}
{else /}
{$k+1}
{/if}
|
{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}
|
{if condition='$vo.score < 0'}
{$vo.score}
{elseif condition="$vo.score > 0"}
{$vo.score}
{/if}
|
{$vo.current_score}
|
{empty name='$vo.admin_id'}
{$vo.nickname}
{else /}
{$vo.user_name}
{/empty}
|
{$vo.add_time|MyDate="Y-m-d H:i:s",###}
|