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.
26 lines
1.0 KiB
26 lines
1.0 KiB
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
<div class="mt">
|
|
<span class="name" id="bidCount">出价记录(<em class="num">{$price_list_count}</em>)</span>
|
|
</div>
|
|
<div class="records snatch_records">
|
|
<dl>
|
|
<dt><span class="wd1">状态</span><span class="wd2">竞拍详情</span><span class="wd3">时间</span></dt>
|
|
<!--{foreach from=$price_list item=item name='foo'}-->
|
|
<!-- {if $smarty.foreach.foo.iteration lte 5} -->
|
|
<dd>
|
|
{if $smarty.foreach.foo.index == 0}
|
|
<span class="wd1 "><i>最新价</i></span>
|
|
{else}
|
|
<span class="wd1 out"><i>出价</i></span>
|
|
{/if}
|
|
<span class="wd2"><i class="phone">{$item.user_name}</i><i class="price">{$item.bid_price}</i></span>
|
|
<span class="wd3">{$item.bid_date}</span>
|
|
</dd>
|
|
<!-- {/if} -->
|
|
<!--{/foreach}-->
|
|
</dl>
|
|
<div class="more ac">
|
|
<a href="#price_list_count">查看更多 ></a>
|
|
</div>
|
|
</div>
|