root 5 éve
szülő
commit
3420c7c154
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      addons/zh_jdgjb/template/web/order.html

+ 2 - 2
addons/zh_jdgjb/template/web/order.html

xqd xqd
@@ -51,7 +51,7 @@
     <li   {if $type=='refund'} class="active" {/if}><a href="{php echo $this->createWebUrl('order',array('type'=>refund,'status'=>6));}">待退款</a></li>
     <li   {if $type=='completerefund'} class="active" {/if}><a href="{php echo $this->createWebUrl('order',array('type'=>completerefund,'status'=>7));}">已退款</a></li>
     <li   {if $type=='reject'} class="active" {/if}><a href="{php echo $this->createWebUrl('order',array('type'=>reject,'status'=>8));}">退款拒绝</a></li> 
-    <li   {if $type=='reject'} class="active" {/if}><a href="{php echo $this->createWebUrl('order',array('type'=>overdue));}">违约订单</a></li>
+    <li   {if $type=='overdue'} class="active" {/if}><a href="{php echo $this->createWebUrl('order',array('type'=>overdue));}">违约订单</a></li>
   </ul>
   <div class="row ygrow">
     <form action="" method="get" class="col-md-3">
@@ -198,7 +198,7 @@
 
             {/if}
             {/if}
-        {if $item['is_out_time']}
+        {if $item['is_out_time'] == 0}
             <td >
                 <span class="label label-success">--</span>
             </td>