Commit 59703b0f by 冷斌

`试卷`

parent ed082d71
...@@ -175,7 +175,7 @@ class IndexAction extends Action ...@@ -175,7 +175,7 @@ class IndexAction extends Action
$uid = intval($this->mid); $uid = intval($this->mid);
$paper_id = $vst[0]; $paper_id = $vst[0];
$paper_id = $_GET['vst']; // $paper_id = $_GET['vst'];
//获取考试详情 //获取考试详情
$data = D('ExamsPaper', 'exams')->getPaperById($paper_id); $data = D('ExamsPaper', 'exams')->getPaperById($paper_id);
......
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