Commit fea2de75 by Administrator

'隐藏会员等级添加功能'

parent c2562942
...@@ -30,11 +30,11 @@ class AdminVipAction extends AdministratorAction ...@@ -30,11 +30,11 @@ class AdminVipAction extends AdministratorAction
'tabHash' => 'index', 'tabHash' => 'index',
'url' => U('classroom/AdminVip/index') 'url' => U('classroom/AdminVip/index')
); );
$this->pageTab [] = array( // $this->pageTab [] = array(
'title' => '添加', // 'title' => '添加',
'tabHash' => 'addVip', // 'tabHash' => 'addVip',
'url' => U('classroom/AdminVip/addVip') // 'url' => U('classroom/AdminVip/addVip')
); // );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment