This commit is contained in:
faiz 2024-06-18 10:47:20 +08:00
parent 168f6a90d9
commit c3f8ba2584
1 changed files with 1 additions and 1 deletions

View File

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