Commit d2fb3ff1 by 冷斌

fix bug

parent 26d759f4
...@@ -335,7 +335,7 @@ class IndexAction extends Action ...@@ -335,7 +335,7 @@ class IndexAction extends Action
} }
// 是否收藏 // 是否收藏
$paper['iscollect'] = D('ZyCollection', 'classroom')->isCollect($paper_id, 'exams_paper', intval($this->mid)); $paper['iscollect'] = D('ZyCollection', 'classroom')->isCollect($paper_id, 'exams_question', intval($this->mid));
$this->assign('paper', $paper); $this->assign('paper', $paper);
// 是否练习模式 // 是否练习模式
......
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