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/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : /www/wwwroot/fsjlkj.cn/template/pc/users/pay_consumer_details.htm
<!DOCTYPE HTML>
<html>
    <head>
        <meta charset="utf-8" />
        <title>账户余额-{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 active" href="{:url('user/Pay/pay_consumer_details')}">余额明细</a>
                                                {egt name='$php_servicemeal' value='2'}
                                                <a class="el-button-xin el-button--default" href="{:url('user/Users/score_index')}">{$score_name}明细</a>
                                                {/egt}
                                            </div>
                                        </div>
                                        <div class="shop-oper-r">
                                            <div class="users-money">账户余额&nbsp;:&nbsp;¥<span class="fc-colours fb">{$users.users_money}</span> <a href="{:url('user/Pay/pay_account_recharge')}" class="fc-colours ml10">充值</a></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 style=""><div class="cell">订单号</div></th>
                                                    <th class="w150"><div class="cell tc">金额(¥)</div></th>
                                                    <th class="w150"><div class="cell tc">变动后(¥)</div></th>
                                                    <th class="w150"><div class="cell tc">类型</div></th>
                                                    <th class="w200"><div class="cell tc">时间</div></th>
                                                </tr>
                                            </thead>
                                            <tbody>
                                                {eyou:empty name="list"}
                                                <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="list" id="vo"}
                                                <tr >
                                                    <td><div class="cell">{$vo.order_number}</div></td>
                                                    <td>
                                                        <div class="cell tc">
                                                            {eyou:if condition="in_array($vo.cause_type, [0, 3, 5, 6])"}
                                                            <span class="red">-{$vo.money}</span>
                                                            {eyou:else /}
                                                            <span class="green">+{$vo.money}</span>
                                                            {/eyou:if}
                                                        </div>
                                                    </td>
                                                    <td><div class="cell tc">{$vo.users_money}</div></td>
                                                    <td><div class="cell tc">{$pay_cause_type_arr[$vo['cause_type']]|default=''}</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" /}