Merge branch 'dev' of https://gitea.lihaink.cn/mkm/shop-new into dev
This commit is contained in:
commit
c5dc381a83
@ -174,9 +174,7 @@ class StoreCart extends BaseController
|
|||||||
public function cartCount()
|
public function cartCount()
|
||||||
{
|
{
|
||||||
$saleType = $this->request->get('sale_type', 1);
|
$saleType = $this->request->get('sale_type', 1);
|
||||||
dump($this->request->userInfo());
|
return app('json')->success($this->repository->getCartCount($this->request->uid(), intval($saleType)));
|
||||||
halt($this->request->uid());
|
|
||||||
return app('json')->success($this->repository->getCartCount($this->request->uid()), intval($saleType));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user