This commit is contained in:
zhangds 2022-11-23 03:33:35 +08:00
commit aee7186813
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 == 2
? "卡密" ? "卡密"
: "立减金"} : rowData.product_type ==3?"立减金":'/'}
</span> </span>
) )
} }