fetch('widget/icon'); } /** * 会员列页面 * @return \think\response\Json */ public function userlist() { return $this->fetch('widget/icon'); } /** * 产品列表页 * @return \think\response\Json */ public function productlist() { return $this->fetch('widget/icon'); } /** * 图文列表页 * @return \think\response\Json */ public function newtlist() { return $this->fetch('widget/icon'); } }