Commit 451d54e2 by 冷斌

fix bug

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