Commit 7a14e554 by 冷斌

测试

短信验证
parent 36058fc0
...@@ -56,7 +56,7 @@ class AdminPaperAction extends AdministratorAction ...@@ -56,7 +56,7 @@ class AdminPaperAction extends AdministratorAction
if($this->isPush != 1){ if($this->isPush != 1){
$this->pageTab[] = array('title'=>'添加', 'tabHash'=>'add', 'url'=>U('exams/AdminPaper/add')); $this->pageTab[] = array('title'=>'添加', 'tabHash'=>'add', 'url'=>U('exams/AdminPaper/add'));
if( (OPEN_SCHOOL && is_admin($this->mid)) || !OPEN_SCHOOL ){ if( (OPEN_SCHOOL && is_admin($this->mid)) || !OPEN_SCHOOL ){
$this->pageTab[] = array('title'=>'考试配置','tabHash'=>'config','url'=>U('exams/AdminPaper/config')); // $this->pageTab[] = array('title'=>'考试配置','tabHash'=>'config','url'=>U('exams/AdminPaper/config'));
} }
} }
...@@ -139,7 +139,7 @@ class AdminPaperAction extends AdministratorAction ...@@ -139,7 +139,7 @@ class AdminPaperAction extends AdministratorAction
public function config() public function config()
{ {
$this->pageTab[] = array('title'=>'列表', 'tabHash'=>'index', 'url'=>U('exams/AdminPaper/index')); $this->pageTab[] = array('title'=>'列表', 'tabHash'=>'index', 'url'=>U('exams/AdminPaper/index'));
// $this->pageTab[] = array('title'=>'考试配置','tabHash'=>'config','url'=>U('exams/AdminPaper/config')); $this->pageTab[] = array('title'=>'考试配置','tabHash'=>'config','url'=>U('exams/AdminPaper/config'));
$this->pageKeyList = !OPEN_SCHOOL ? array('error_count') : array('push_school','error_count'); $this->pageKeyList = !OPEN_SCHOOL ? array('error_count') : array('push_school','error_count');
$this->opt['push_school'] = [0 => '否', 1 => '是']; $this->opt['push_school'] = [0 => '否', 1 => '是'];
$this->displayConfig(); $this->displayConfig();
......
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