Commit c1cd3d48 by xuzhenghua

bug

parent 45d9078b
...@@ -115,7 +115,7 @@ class YarnWish extends Component { ...@@ -115,7 +115,7 @@ class YarnWish extends Component {
</div> </div>
<div className="price"> <div className="price">
{item.type == 2 ? '到手最低:¥' : '¥'} {item.type == 2 ? '到手最低:¥' : '¥'}
<span className="new-price">{item.price1}</span> <span className="new-price">{item.price1}</span>
<span <span
className="old-price"> className="old-price">
......
...@@ -3,7 +3,7 @@ html, body, #root { ...@@ -3,7 +3,7 @@ html, body, #root {
} }
.yarn-wish { .yarn-wish {
height: 100%; min-height: 100%;
background-color: #BA2C21; background-color: #BA2C21;
padding-bottom: 35px; padding-bottom: 35px;
......
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