Commit 8292f25b by 冷斌

fix bug

parent f33e77ec
...@@ -2632,7 +2632,7 @@ class PayVideoAction extends CommonAction ...@@ -2632,7 +2632,7 @@ class PayVideoAction extends CommonAction
//获取考试所属模块 //获取考试所属模块
$exams_module_id = D('ExamsPaper', 'exams')->where(['exams_paper_id' => $vid])->getField('exams_module_id'); $exams_module_id = D('ExamsPaper', 'exams')->where(['exams_paper_id' => $vid])->getField('exams_module_id');
$url = U('exams/Index/paper', ['c' => 0, 'module_id' => $exams_module_id]); $url = U('exams/Index/paper', ['c' => 0, 'module_id' => $exams_module_id]);
$url = '/exams.html'; $url = '/my/exams.html';
} elseif ($vtype == 'zy_classes') { } elseif ($vtype == 'zy_classes') {
$url = U('course/Classes/view', array('id' => $vid)); $url = U('course/Classes/view', array('id' => $vid));
} }
......
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