getHomecontact(); $this->assign('contactUs', $getHomecontact); return $this->fetch(); } /** * 产品与服务详情 * * @access public * @return array JsonString */ public function details() { return $this->fetch(); } }