public function node()
 {
     $this->web_title = '่Š‚็‚นๅˆ—่กจ';
     $nodes = M('node')->order('sort')->select();
     $this->nodes = Category::prepareForLayer($nodes);
     $this->display();
 }