|
Server : Apache System : Linux iZ6xhqomji47p1Z 5.10.134-15.al8.x86_64 #1 SMP Thu Jul 20 00:44:04 CST 2023 x86_64 User : www ( 1000) PHP Version : 8.1.30 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv Directory : /www/wwwroot/fsjlkj.cn/template/pc/users/ |
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<title>{$score_name}明细-{eyou:global name='web_name' /}</title>
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
<link href="{eyou:global name='web_cmspath'/}/favicon.ico" rel="shortcut icon" type="image/x-icon" />
{eyou:static file="users/skin/css/eyoucms.css" /}
{eyou:static file="users/skin/css/element/index.css" /}
{eyou:static file="users/skin/css/e-user.css" /}
{eyou:include file="users/skin/css/diy_css.htm" /}
{eyou:static file="/public/static/common/js/jquery.min.js"/}
{eyou:static file="/public/plugins/layer-v3.1.0/layer.js"/}
{eyou:static file="users/skin/js/global.js"/}
</head>
<body>
{eyou:include file="users/users_header.htm" /}
<div class="breadcrumbs"></div>
<div class="ey-body-bg">
<div class="ey-body pd0">
<div class="ey-container w1226">
{eyou:include file="users/users_left.htm" /}
<div class="ey-con fr">
<div class="xin_mian user-pay-con main-bg">
<div class="user-pay-box">
<div class="el-row shop-oper">
<h1 class="title"> 财务明细</h1>
</div>
<div class="el-row shop-oper mt20">
<div class="shop-oper-bottom">
<div class="shop-oper-l">
<div class="el-button-group">
<a class="el-button-xin el-button--default first" href="{:url('user/Pay/pay_consumer_details')}">余额明细</a>
{egt name='$php_servicemeal' value='2'}
<a class="el-button-xin el-button--default active" href="{:url('user/Users/score_index')}">{$score_name}明细</a>
{/egt}
</div>
</div>
<div class="shop-oper-r dpf">
<div class="users-money">我的{$score_name} : <span class="fc-colours fb">{$users.scores}</span></div>
</div>
</div>
</div>
<div class="ey-con-inside mt20">
<div id="finance-list_wrapper" class="el-table el-table--fit el-table--enable-row-hover el-table--enable-row-transition" style="width: 100%;padding-bottom: 10px;">
<table class="pay_details" cellspacing="0" cellpadding="0" style="width: 100%">
<thead>
<tr role="row">
<th class=""><div class="cell">获得途径</div></th>
<th style="w200"><div class="cell tc">{$score_name}</div></th>
<th class="w200"><div class="cell tc">变动后</div></th>
<th class="w200"><div class="cell tc">时间</div></th>
</tr>
</thead>
<tbody>
{eyou:empty name="$eyou.field.data"}
<tr>
<td class="border-none" align="center" axis="col0" colspan="50">
<div class="cell pt100 tc">
<span class="mb10"><img id='litpic_img' src="{eyou:static file='users/skin/images/null-data.png' /}"/></span>
</div>
</td>
</tr>
{eyou:else/}
{eyou:volist name="$eyou.field.data" id="vo"}
<tr >
<td>
<div class="cell">
{if condition="$vo.score > 0 && $vo['type'] == 7"}
问答获得悬赏
{else /}
{$score_type_arr[$vo['type']]|default=''}
{/if}
</div>
</td>
<td>
<div class="cell tc">
{if condition="$vo.score < 0"}
<span class="red">{$vo.score}</span>
{else /}
<span class="green">{$vo.score}</span>
{/if}
</div>
</td>
<td>
<div class="cell tc">{$vo.current_score}</div>
</td>
<td>
<div class="cell tc">{$vo.add_time|date='Y-m-d H:i:s',###}</div>
</td>
</tr>
{/eyou:volist}
{/eyou:empty}
</tbody>
</table>
</div>
{$page}
{eyou:if condition="!empty($pager->totalRows)"}
<div class="fytotal">{:sprintf(foreign_lang('page5'), $pager->totalPages, $pager->totalRows)}</div>
{/eyou:if}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{eyou:include file="users/users_footer.htm" /}