|
...
|
...
|
@@ -68,13 +68,12 @@ class ProductController extends BaseController |
|
|
|
$v = $this->getHandleFileImage($v);
|
|
|
|
$lists['list'][$k] = $v;
|
|
|
|
}
|
|
|
|
$lists['order_type'] = $this->order_type;
|
|
|
|
$lists['order'] = $this->order;
|
|
|
|
}
|
|
|
|
$this->response('success',Code::SUCCESS,$lists);
|
|
|
|
}
|
|
|
|
|
|
|
|
public function setOrderBy(){
|
|
|
|
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* @remark :列表
|
|
|
|
* @name :index
|
...
|
...
|
|