Commit 54c6aa94 by 冷斌

fix bug

parent cc0bc05b
......@@ -333,14 +333,13 @@ class IndexAction extends Action
$paper_options['options_type'] = $options_type;
}
}
echo 1; die;
$this->assign('paper', $paper);
// 是否练习模式
$this->assign('isPractice', ($_GET['joinType'] == 1) ? 1 : 2);
$this->assign('paper_options', $paper_options);
$this->assign('tempData', $tempData);
$this->assign('review', $_GET['review']);
$this->display();
$this->display('examsroom');
}
/**
......
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