Example #1
0
 /**
  * 用户注销
  */
 public function userLogout()
 {
     User::_removeVendor();
     $this->tpl->display('page/index.html');
 }