fix:兼容历史订单无商品类型,显示/
This commit is contained in:
parent
6f6031aab6
commit
b4c816b771
|
@ -735,7 +735,7 @@ export default class orderlist extends React.Component {
|
||||||
? "直充"
|
? "直充"
|
||||||
: rowData.product_type == 2
|
: rowData.product_type == 2
|
||||||
? "卡密"
|
? "卡密"
|
||||||
: "立减金"}
|
: rowData.product_type ==3?"立减金":'/'}
|
||||||
</span>
|
</span>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue