From 00ec54814e8e64946e25e2b6c9aad877c273966f Mon Sep 17 00:00:00 2001 From: fanfan Date: Mon, 5 Aug 2024 20:30:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=20=E9=93=B6=E8=81=94?= =?UTF-8?q?=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/setting/gmall/order.vue | 11 ++- src/views/user/order/Index.vue | 156 ++++++++++++++++-------------- 2 files changed, 96 insertions(+), 71 deletions(-) diff --git a/src/views/setting/gmall/order.vue b/src/views/setting/gmall/order.vue index de8a9d1..46c2e54 100644 --- a/src/views/setting/gmall/order.vue +++ b/src/views/setting/gmall/order.vue @@ -27,6 +27,7 @@ 全部 微信支付 余额支付 + 银联支付 @@ -62,7 +63,7 @@ {{ text }}年 - {{ text == 'wechat' ? '微信支付' : '余额支付' }} + {{ PaymentMethodEnum[text].name }} @@ -76,6 +77,8 @@