<%template src=/_header.html/%>
<%template src=/_ucenter_nav.html/%>

">管理首页 我的积分 Point

<%if {action}=="convert"%>

目前的账户积分:{userModel.point}分 金额:{userModel.amount}

<%if {uconfig.pointcashrate}==0%>

目前的积分兑换功能已被关闭!

<%else if {userModel.amount}<1%>

目前您的余额不足,不能使用积分兑换功能!

<%else%>
兑换说明:
积分兑换最少金额为1元,兑换比例为:1元等于{uconfig.pointcashrate}个积分
积分兑换:
金额转换成 0 积分
验证用户密码:
" /> <%/if%> <%else if {action}=="list"%> <%set (DataTable){list1}=get_user_point_list(10, page, "user_id='"+userModel.id+"'", out totalcount)%> <%set (string){pagelist1}=get_page_link(10, page, totalcount, "userpoint1", action, "__id__")%> <%loop dr list1%> <%/loop%> <%if totalcount<1%> <%/if%>
{dr[add_time]} {dr[remark]} <%if {strtoint({dr[value]})}>0%> +{dr[value]} <%else%> {dr[value]} <%/if%> 删除
暂无记录
{pagelist1}
" /> <%/if%>
<%template src=/_footer.html/%>