Your Name 2 lat temu
rodzic
commit
d7e2e74e1b
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      app/mshop/lib/Buy.php

+ 6 - 0
app/mshop/lib/Buy.php

@@ -783,6 +783,7 @@ class Buy
 
     private function show_address($info, &$result, $type, $type_info)
     {
+        
         $parent_order = array();
         if ($info['parent_type'] == 2) {
             $parent_order = Dever::db('shop/sell_order')->find($info['parent_order_id']);
@@ -845,6 +846,11 @@ class Buy
                 array('联系电话', $type_info['mobile']),
                 array('订单备注', $info['info']),
             );
+            $result[$info['order_num']]['content'][] = array
+            (
+                array('资金账户抵扣', $info['record_cash']),
+                
+            );
         }