Commit 60d674c1 by zhanghaozhe

周年庆

parent ae43cd42
...@@ -1091,7 +1091,7 @@ class Anniversary2020 extends Component { ...@@ -1091,7 +1091,7 @@ class Anniversary2020 extends Component {
} else if (activityData.stage === 2) { } else if (activityData.stage === 2) {
switch (item.type) { switch (item.type) {
case 0: case 0:
Button = <button><Link to={`/detail?id=${item.course_id}`}>立即报名</Link></button> Button = <button><Link to={`/detail?id=${item.course_id}`}>立即抢购</Link></button>
break break
case 1: case 1:
Button = Button =
......
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