|
@@ -93,7 +93,7 @@
|
|
|
<th>{$order.order_dayNumber}</th>
|
|
<th>{$order.order_dayNumber}</th>
|
|
|
<th>{$order.order_buyTime}</th>
|
|
<th>{$order.order_buyTime}</th>
|
|
|
<th>{$order.order_money}</th>
|
|
<th>{$order.order_money}</th>
|
|
|
- <th>{$order.order_status}</th>
|
|
|
|
|
|
|
+ <th>{$order.order_status ? '成功':'失败'}</th>
|
|
|
</tr>
|
|
</tr>
|
|
|
{/volist}
|
|
{/volist}
|
|
|
{else}
|
|
{else}
|