forthMenu(); return $this->fetch('bill/list'); } public function settled(){ $this->forthMenu(); return $this->fetch('bill/list'); } public function payconfig(){ return $this->fetch('bill/list'); } }