|
...
|
...
|
@@ -80,7 +80,7 @@ class ProductController extends BaseController |
|
|
|
*/
|
|
|
|
public function productNoPage(Product $product){
|
|
|
|
$this->map['status'] = $product::STATUS_ON;
|
|
|
|
$lists = $product->list($this->map);
|
|
|
|
$lists = $product->list($this->map,'id',['id','title']);
|
|
|
|
$this->response('success',Code::SUCCESS,$lists);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|