Commit bdc30325 by xuzhenghua

bug

parent 7ad82c78
......@@ -52,7 +52,7 @@
.order-content {
font-size: 14px;
color: $color_666;
margin-top: 14px;
margin-top: 10px;
line-height: 18px;
}
......
......@@ -176,7 +176,7 @@ function PayInfo(props) {
</p>
<p>
<span className='payable'>已优惠:</span>
<span className='price'>¥{props.item.coupon_amount}</span>
<span className='price'>¥{props.item.deposit_cut}</span>
</p>
</div>
......
......@@ -129,7 +129,7 @@ class Preferential extends Component {
</p>
}
{item.is_buy &&
<a href="/#" className="isbuy">已购买</a>
<a className="isbuy">已购买</a>
}
</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