Commit e5f7c23c by xuzhenghua

Merge branch 'new-ml-class' of https://gitlab.julyedu.com/baiguangyao/mr-julyedu into dev

parents 41ca91ae eb245fbe
......@@ -180,6 +180,10 @@ function OrderInfo(props) {
return (
<div className='order-head'>
<span className='oid-num'>订单号:{props.item.oid}</span>
{
props.item.type == 4 && props.item.course.length == 3 &&
<span>付费试学</span>
}
{btn}
</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