更新支付类型

This commit is contained in:
weipengfei 2024-03-21 11:56:25 +08:00
parent 855559efe4
commit 89a54df395

View File

@ -110,7 +110,9 @@ export function orderPayType(type) {
'3': '微信支付',
'4': '支付宝',
'5': '支付宝扫码',
'6': '微信扫码'
'6': '微信扫码',
'9': '商户余额支付',
'10': '对公转账',
}
return typeMap[type]
}