コード例 #1
0
?>
" class="btn btn-primary btn-sm pull-right margin-left-10">云豆记录</a>
        <a href="<?php 
echo Url::to(['account/invoice-apply']);
?>
" class="btn btn-primary btn-sm pull-right">发票申请</a>
    </p>
    <table class="table table-striped">
        <tbody>
        <tr>
            <td>总计充值:<?php 
echo Money::findTotalPay($user['userId']);
?>
元</td>
            <td>总计充值获得:+<?php 
echo Money::findTotalPayBitcoin($user['userId']);
?>
颗云豆</td>
        </tr>
        </tbody>
    </table>
    <p><strong>详细记录</strong></p>
    <table class="table table-striped text-center no-margin-bottom">
        <thead>
            <tr>
                <th class="text-center">金额</th>
                <th class="text-center">云豆</th>
                <th class="text-center">日期</th>
            </tr>
        </thead>
        <tbody>