作者 lyh

gx

@@ -68,6 +68,8 @@ class ProductController extends BaseController @@ -68,6 +68,8 @@ class ProductController extends BaseController
68 $v = $this->getHandleFileImage($v); 68 $v = $this->getHandleFileImage($v);
69 $lists['list'][$k] = $v; 69 $lists['list'][$k] = $v;
70 } 70 }
  71 + $lists['order_type'] = $this->order_type;
  72 + $lists['order'] = $this->order;
71 } 73 }
72 $this->response('success',Code::SUCCESS,$lists); 74 $this->response('success',Code::SUCCESS,$lists);
73 } 75 }