{if condition="$type eq 1"}
{notempty name="list"}
商户单号 |
交易单号 |
订单类型 |
总额 |
订单状态 |
下单时间 |
完成时间 |
{volist name='list' id='val'}
{$val.out_trade_no} |
{empty name='$val.transaction_id'}
-
{else /}
{$val.transaction_id}
{/empty}
|
{if condition="$val.type eq 1"}书币充值{else /}VIP充值{/if} |
¥{$val.money} |
{if condition="$val.state eq 1"}已支付{else /}待支付{/if} |
{$val.createtime} |
{empty name='$val.finishtime'}
-
{else /}
{$val.finishtime|date="Y-m-d H:i:s",###}
{/empty}
|
{/volist}
{else /}
暂无记录
{/notempty}
{/if}
{if condition="$type eq 2"}
{notempty name="data"}
时间 |
小说 |
章节ID |
章节 |
消费书币 |
{volist name='data' id='val'}
{$val.createtime} |
{$val.book_name} |
{$val.chapter_id} |
{$val.chapter_name} |
{$val.kandian} |
{/volist}
{else /}
暂无消费记录
{/notempty}
{/if}
{if condition="$type eq 3"}
{notempty name="data"}
时间 |
小说 |
章节 |
{volist name='data' id='val'}
{$val.updatetime} |
{$val.bookname} |
{$val.chapter_name}
|
{/volist}
{else /}
暂无阅读记录
{/notempty}
{/if}
{if condition="$type eq 4"}
{notempty name="data"}
充值类型 |
充值看点数 |
赠送看点数 |
赠送看点到期时间 |
vip天数 |
充值时间 |
{volist name='data' id='val'}
{$val.type} |
{$val.kandian} |
{$val.free_kandian} |
{empty name="$val.free_endtime"}无{else /}{$val.free_endtime|date='Y-m-d H:i:s',###}{/empty} |
{$val.day} |
{$val.createtime} |
{/volist}
{else /}
暂无充值记录
{/notempty}
{/if}
{$list->render()}