Commit 4d08bd1b by wangshuo

no message

parent c123261b
......@@ -234,9 +234,9 @@ function Bottom({ course,course1 }) {
<LimitFree course={course} />
) : (
<div>
{course1.name === "双11秒杀课" ? (
{course1.name === "本周特惠课" ? (
<p className="course-price">
<span className="new">秒杀价:¥{course.discounts_price}</span>
<span className="new">特惠价:¥{course.discounts_price}</span>
<span className="old">¥{course.price}</span>
</p>
) :<p className="course-price">
......
......@@ -202,9 +202,9 @@ class ToGroup extends Component {
<div className="group-course">
<div className="top-title">
<span>本周特惠</span>
<Link to={`/preferential`} className="more">
{/* <Link to={`/preferential`} className="more">
更多<i className="iconfont iconiconfront-70"></i>
</Link>
</Link> */}
</div>
{course_list &&
course_list.length > 0 &&
......
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