You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
722 B
22 lines
722 B
{loop $lists $v}
|
|
<div class="list-img">
|
|
<a href="{$v[linkurl]}"><img src="{if $v[thumb]}{$v[thumb]}{else}{DT_MOB}static/img/60x60.png{/if}" width="60" height="60" alt="" onerror="this.src='{DT_MOB}static/img/60x60.png';"/></a>
|
|
<ul>
|
|
<li><a href="{$v[linkurl]}"><strong>{$v[title]}</strong></a></li>
|
|
<li><em class="f_r">x{$v[number]}</em><span>{$DT[money_sign]}{$v[price]}</span></li>
|
|
</ul>
|
|
</div>
|
|
{/loop}
|
|
<div class="content">
|
|
订单编号:{$td[itemid]}<br/>
|
|
{if isset($td[money])}
|
|
订单总额:{$td[money]}<br/>
|
|
{/if}
|
|
{if $td[fee_name] && $td[fee]}
|
|
{$td[fee_name]}:{$td[fee]}<br/>
|
|
{/if}
|
|
{if isset($td[discount])}
|
|
优惠金额:-{$td[discount]}<br/>
|
|
{/if}
|
|
实付金额:<b class="f_red px14">{$td[total]}</b>
|
|
</div>
|