chengkun
2025-04-18 1bb985f32f2efe0f9dd69f3cf29a1c809b1cf96d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 
    <head>
        <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> {yun:}include file="$lietoustyle/public.htm"{/yun}
        <script type="text/javascript" src="{yun:}$config.sy_weburl{/yun}/js/member_public.js?v={yun:}$config.cachecode{/yun}"></script>
        <link rel="stylesheet" href="{yun:}$lietou_style{/yun}/css/jianli.css?v={yun:}$config.cachecode{/yun}" type="text/css">
        <link rel="stylesheet" href="{yun:}$lietou_style{/yun}/css/guanli.css?v={yun:}$config.cachecode{/yun}" type="text/css">
        <link rel="stylesheet" href="{yun:}$lietou_style{/yun}/css/account.css?v={yun:}$config.cachecode{/yun}" type="text/css">
    </head>
 
    <body>
        {yun:}include file="$lietoustyle/header.htm"{/yun}
        <!--内容部分content-->
        <div class="m_content">
            <div class="wrap">
                {yun:}include file="$lietoustyle/left.htm"{/yun}
                <div class="m_inner_youb fr">
                    <div class="lt_m_tit">
                           <ul class="lt_m_tit_list">
                            <li>
                                <a href="index.php?c=paylog">充值记录</a>
                            </li>
                            <li class="lt_m_tit_list_cur">
                                <a href="index.php?c=consume">消费记录</a>
                            </li>
                            {yun:}if $config.sy_withdraw==1{/yun}<li><a href="index.php?c=jobpack&act=withdrawlist" >提现记录</a></li> {yun:}/if{/yun}
                            <li><a href="index.php?c=jobpack&act=changelist" >转换记录</a></li>    
                        </ul>
                    </div>
                    <div class="search_con fl">
                        <div class="lt_m_table">
                            <table>
                                <tbody>
                                    {yun:}if !empty($rows){/yun}
                                    <tr>
 
                                        <th scope="col"><span>消费单号</span></th>
                                        <th scope="col"><span>额度</span></th>
                                        <th scope="col"><span>消费时间</span></th>
                                        <th scope="col" width="300">备注</th>
                                    </tr>
 
                                    {yun:}/if{/yun} {yun:}foreach item=v from=$rows{/yun}
                                    <tr>
 
                                        <td align="center">{yun:}$v.order_id{/yun}</td>
                                        <td align="center"> {yun:}if $v.type!=1{/yun} {yun:}$v.order_price{/yun}元 {yun:}else{/yun} {yun:}$v.order_price{/yun}{yun:}$config.integral_priceunit{/yun}{yun:}$config.integral_pricename{/yun} {yun:}/if{/yun}
                                        </td>
                                        <td align="center">{yun:}$v.pay_time|date_format:'%Y-%m-%d %H:%M:%S'{/yun}</td>
                                        <td align="center">{yun:}$v.pay_remark{/yun}</td>
 
                                    </tr>
 
                                    {yun:}foreachelse{/yun}
                                    <tr>
                                        <td colspan="4" class="lt_m_table_end">
                                            <div class="member_no_content"> 您还没有消费记录!</div>
                                        </td>
                                    </tr>
                                    {yun:}/foreach{/yun}
 
                                    <tr>
                                        <td colspan="4" class="lt_m_table_end">
                                            <div class="pages"> {yun:}$pagenav{/yun}</div>
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                        </div>
                        <div class="clear"></div>
                    </div>
                    <div class="clear"></div>
                </div>
            </div>
            <div class="clear"></div>
        </div>
        <!--内容结束-->
        {yun:}include file="$lietoustyle/footer.htm"{/yun}