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
<!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}
<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} 
<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> <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 class="lt_m_tit_list_cur"><a href="index.php?c=jobpack&act=changelist" >转换记录</a></li>      
            </ul>
        </div>       
        <div class="resume_box_list">
            <div id="gms_showclew"></div>
            <div class="clear"></div>
            <div  class="resume_Prompt_box"><div  class="resume_Prompt"><i class="resume_Prompt_icon"></i>单笔转换金额必须达到{yun:}$config.packprice_min_recharge{/yun}元。</div></div>
            <div class="clear"></div> 
            <div class="com_body">
                <div class="withdraw_tx_box">
                    <span class="withdraw_tx_box_d"> 可提现金额:</span> <span class="withdraw_tx_box_n">¥{yun:}$statis.packpay{/yun}</span>  元
                    <span class="withdraw_tx_box_d"> 已冻结金额:</span> <span class="withdraw_tx_box_n">¥{yun:}$statis.freeze{/yun}</span>  元
                </div>
                <div class="clear"></div>
                <div class="withdraw_tx_list">
                    <table width="100%" cellpadding="1" cellspacing="0">
                        {yun:}if $rows{/yun}
                        <tr>
                            <th>转换单号</th>
                            <th>转换{yun:}$config.integral_pricename{/yun}</th>
                            <th>时间</th>
                        </tr>
                        {yun:}/if{/yun}
                        {yun:}foreach from=$rows item=v{/yun}
                        <tr>
                            <td>{yun:}$v.order_id{/yun}</td>
                            <td>{yun:}$v.order_price|floatval{/yun}个</td>
                            <td>{yun:}$v.pay_time|date_format:'%Y-%m-%d'{/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>
                    </table>         
                </div>
            </div>     
        </div>
    </div>
  </div>
</div>
<script src="{yun:}$config.sy_weburl{/yun}/js/rewardpay.js?v={yun:}$config.cachecode{/yun}" type="text/javascript"></script> 
{yun:}include file="$lietoustyle/footer.htm"{/yun}