This commit is contained in:
weipengfei 2024-03-22 18:18:46 +08:00
parent efc2a0655f
commit 740351aa1d

View File

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