fix:兼容历史订单无商品类型,显示/

This commit is contained in:
Apple 2022-11-23 02:45:16 +08:00
parent 6f6031aab6
commit b4c816b771
1 changed files with 1 additions and 1 deletions

View File

@ -735,7 +735,7 @@ export default class orderlist extends React.Component {
? "直充"
: rowData.product_type == 2
? "卡密"
: "立减金"}
: rowData.product_type ==3?"立减金":'/'}
</span>
)
}