Commit 5c92edf3 by xuzhenghua

bug

parent 2f4d90b4
......@@ -76,7 +76,7 @@ class My extends PureComponent {
</Link>
{
!isVIP &&
<Link className="my-isvip" to={'/detail?id=139'}></Link>
<a href="javascript:;" className="my-isvip" onClick={() => this.toCourseDetail(139)}></a>
}
</List>
}
......
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