Commit bdc30325 by xuzhenghua

bug

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