Commit c1cd3d48 by xuzhenghua

bug

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