💊 fix: 【订单列表】红包商品类型应该为“兑换码现金红包”
This commit is contained in:
parent
6cda0714a0
commit
d718d199d6
|
@ -771,7 +771,7 @@ export default class orderList extends React.Component {
|
||||||
: rowData.product_type == 2
|
: rowData.product_type == 2
|
||||||
? "卡密"
|
? "卡密"
|
||||||
: rowData.type == 3
|
: rowData.type == 3
|
||||||
? "现金红包"
|
? "兑换码现金红包"
|
||||||
: rowData.product_type == 3
|
: rowData.product_type == 3
|
||||||
? "立减金"
|
? "立减金"
|
||||||
: "-"}
|
: "-"}
|
||||||
|
|
Loading…
Reference in New Issue