id)->value('openid'); if(empty($openid)) continue; } return $this->response()->success('Success message...')->refresh(); } public function form() { $this->text('title','标题')->value('社区通州')->disable(); $this->textarea('content','内容')->value('社区通州')->rows(4); $this->textarea('remark','备注')->value('社区通州')->rows(3); } }