Commit 2baece24 by 朱继来

调整订单配送状态

parent 8ef24967
Showing with 1 additions and 12 deletions
......@@ -26,7 +26,6 @@
<th>交易状态</th>
<th>对账状态</th>
<th>配送状态</th>
<th>支付方式</th>
<th>支付类型</th>
<th>支付状态</th>
......@@ -75,16 +74,6 @@
}
?>
</td>
<td>
<?php
switch ($order_shipping_info['status']) {
case 1: echo '已配送'; break;
case 2: echo '已签收'; break;
default: echo '未配送'; break;
}
?>
</td>
<td>
<?php
......@@ -291,7 +280,7 @@
<tr>
<th width="10%">快递单号:</th>
<td>{{$s->shipping_no}}</td>
<th width="10%">配送方式</th>
<th width="10%">配送状态</th>
<td>
<?php
switch ($s->status) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment