product = $product; parent::__construct(); } // 产品服务页面 public function showProduct() { return $this->showSecondMenuView('pro', $this->view, $this->product); } }