示例#1
0
"><?php 
echo statistics::countUserWaitComment($user_id);
?>
</b>)</a></label></span>
				<span>待付款订单:<label>(<b><a class="red2" href="<?php 
echo IUrl::creatUrl("/ucenter/order");
?>
"><?php 
echo statistics::countUserWaitPay($user_id);
?>
</b>)</a></label></span>
				<span>待确认收货:<label>(<b><a class="red2" href="<?php 
echo IUrl::creatUrl("/ucenter/order");
?>
"><?php 
echo statistics::countUserWaitCommit($user_id);
?>
</b>)</a></label></span>
			</div>
			</dd>
		</dl>
	</div>
	<h3 class="bg">我的订单</h3>
	<div class="box m_10">
		<table class="list_table" width="100%" cellpadding="0" cellspacing="0">
			<col width="140px" />
			<tr>
				<th>订单编号</th><th>下单日期</th><th>收货人</th><th>支付方式</th><th>总金额</th><th>订单状态</th>
			</tr>
			<?php 
foreach (Api::run('getOrderListByUserid', array('#user_id#', $user['user_id'])) as $key => $item) {