From 40906473457c87b01c942bfbbac997859a7d9e8b Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Sat, 17 Jan 2026 17:22:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=94=AF=E4=BB=98=E6=9E=9A?= =?UTF-8?q?=E4=B8=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/group_buy/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/group_buy/index.vue b/src/views/group_buy/index.vue index 0cb58de..2836d11 100644 --- a/src/views/group_buy/index.vue +++ b/src/views/group_buy/index.vue @@ -186,8 +186,8 @@ const tableData = reactive({ // 支付方式类型 function payTypeFilter(t) { const m = { - wechatPay: '微信支付', - aliPay: '支付宝支付' + WECHAT: '微信支付', + ALIPAY: '支付宝支付' } return m[t] }