Commit d6207fb1 by zhanghaozhe

bug 94

parent 7f77ceeb
......@@ -36,7 +36,7 @@ class VideoCatalog extends Component {
{
(item.practice && item.practice.qid)
? <Link to={{
pathname: '/campTest',
pathname: item.practice.is_tested ? '/campResolve' : '/campTest',
search: `?keshi_id=${item.id}&qid=${item.practice.qid}`
}}>
<div className="exercise">
......
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