审查视图

public/themes/simpleboot3/portal/personalcenter/withdrawal_subsidiary.html 1.3 KB
4  
anyv authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<!DOCTYPE html>
<html lang="en">

<head>
    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
    <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" />
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>学考无忧-提现记录</title>
    <link rel="stylesheet" href="__TMPL__/public/assets/css/reset.css">
    <link rel="stylesheet" href="__TMPL__/public/assets/css/base.css">
</head>

<body>
<!-- 顶部 -->
<div class="order_top">
anyv authored
16 17 18
    <a href="javascript:history.go(-1)">
        <img src="__TMPL__/public/assets/images/left.png" alt="">
    </a>
4  
anyv authored
19 20 21 22
    <p>提现记录</p>
</div>
<div class="mention_Box">
    <ul>
anyv authored
23
        <volist name="data" id="vo">
4  
anyv authored
24 25 26
            <li>
                <div class="mention_con">
                    <p class="mention_Txt1">提现</p>
anyv authored
27
                    <p class="mention_Txt1">-{$vo.money}</p>
4  
anyv authored
28 29
                </div>
                <div class="mention_con">
anyv authored
30
                    <p class="mention_Txt2">{$vo.create_time|date="Y-m-d H:i:s",###}</p>
4  
anyv authored
31 32 33
                    <p class="mention_Txt2">交易成功</p>
                </div>
            </li>
anyv authored
34
        </volist>
4  
anyv authored
35 36 37 38 39 40
    </ul>
</div>
<script src="__TMPL__/public/assets/js/base.js"></script>
</body>

</html>