Commit b94979af by xuzhenghua

pull

parents 8ce7ba82 d7d2610c
...@@ -135,7 +135,7 @@ class MyOrders extends Component { ...@@ -135,7 +135,7 @@ class MyOrders extends Component {
<PayInfo item={item} cancel={this.cancel}/> <PayInfo item={item} cancel={this.cancel}/>
{ {
item.type == 5 && item.type == 5 && item.is_buy == 0 &&
<div className={'expand-pay-wk'}> <div className={'expand-pay-wk'}>
<span className={'expand-pay-time'}>{item.final_end_time}结束付尾款</span> <span className={'expand-pay-time'}>{item.final_end_time}结束付尾款</span>
<span>还需支付尾款</span> <span>还需支付尾款</span>
......
...@@ -14,7 +14,7 @@ const Item = Flex.Item ...@@ -14,7 +14,7 @@ const Item = Flex.Item
function OrderList({courses, toggleSelectedCourse}) { function OrderList({courses, toggleSelectedCourse}) {
return ( return (
<Flex direction={'column'} wrap={'wrap'}> <Flex wrap={'wrap'}>
{courses.length && courses.map(course => { {courses.length && courses.map(course => {
const {image_name: img, course_id, coupon_desc, coupon_num} = course const {image_name: img, course_id, coupon_desc, coupon_num} = course
const info = ( const info = (
......
...@@ -404,6 +404,12 @@ ...@@ -404,6 +404,12 @@
} }
.order-list{
.am-flexbox-item{
margin-left: 0;
}
}
/*.order-tab { /*.order-tab {
color: $black; color: $black;
background: $bg_f7f9fc; background: $bg_f7f9fc;
......
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