moonsflyer 6 tháng trước cách đây
mục cha
commit
9c81244000
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/shopapi/lists/OrderLists.php

+ 2 - 2
app/shopapi/lists/OrderLists.php

@@ -85,8 +85,8 @@ class OrderLists extends BaseShopDataLists
 
             if($this->params['type'] == 'return'){
                 $afterOrder = AfterSale::where(['order_id'=>$list['id']])->find();
-                $list['afterOrder'] = $afterOrder;
-                
+                $list['after_order'] = $afterOrder;
+
             }
         }