From c3f8ba258405f68b7db5724241ba46d7b392af5d Mon Sep 17 00:00:00 2001 From: 15820893422 <1978476055@qq.com> Date: Tue, 18 Jun 2024 10:47:20 +0800 Subject: [PATCH] 1 --- src/filters/commFilter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filters/commFilter.js b/src/filters/commFilter.js index 446f1f0..e86c94b 100644 --- a/src/filters/commFilter.js +++ b/src/filters/commFilter.js @@ -107,7 +107,7 @@ export function orderPayType(type) { '9': '扫码支付', '11': '绑卡快捷支付', '12': '支付宝支付', - '13': '银联支付' + '13': '银联扫码' } return typeMap[type] }