Kirin 2 anni fa
parent
commit
1f95a58650
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      app/admin/model/order/StoreOrder.php

+ 2 - 0
app/admin/model/order/StoreOrder.php

@@ -237,6 +237,8 @@ HTML;
                 }
             } else if ($item['paid'] == 1 && $item['refund_status'] == 2) {
                 $item['status_name'] = '已退款';
+            }else {
+                $item['status_name'] = '未知';
             }
             if ($item['paid'] == 1 && $item['status'] == 0 && $item['shipping_type'] == 2) {
                 $item['_status'] = 0;