Commit e62e27cd by xuzhenghua

价格

parent 84761356
...@@ -913,7 +913,7 @@ class YearCourse extends Component { ...@@ -913,7 +913,7 @@ class YearCourse extends Component {
<span className="price-label">¥</span> <span className="price-label">¥</span>
<span className="new-price">{val.original_price}</span> <span className="new-price">{val.original_price}</span>
<span className="old-price"> <span className="old-price">
<s>¥{val.original_price}</s> <s>¥{val.price1}</s>
</span> </span>
</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