This commit is contained in:
faiz 2024-06-18 10:47:07 +08:00
parent 924f0089d3
commit 0b7ff0e50b
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ export function orderPayType(type) {
'9': '扫码支付', '9': '扫码支付',
'11': '绑卡快捷支付', '11': '绑卡快捷支付',
'12': '支付宝支付', '12': '支付宝支付',
'13': '银联支付' '13': '银联扫码'
} }
return typeMap[type] return typeMap[type]
} }