get(); $this->carts = $params['goods']; } /** * (监听者)获取购物车model * @return mixed */ public function getCarts(){ return $this->carts; } }