Commit 109ddf40 by dazhou

拼团成功页显示的课程价格改为拼团价

parent 6c1d62be
...@@ -226,7 +226,7 @@ class ToGroup extends Component { ...@@ -226,7 +226,7 @@ class ToGroup extends Component {
</p> </p>
<div className="des"> <div className="des">
<p className="course-price"> <p className="course-price">
<span className="new">¥{item.price1}</span> <span className="new">¥{item.pdd_price}</span>
<span className="old">¥{item.price0}</span> <span className="old">¥{item.price0}</span>
</p> </p>
</div> </div>
......
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