From b7ed9162bdcf78a752a9073b3e050585d9d62247 Mon Sep 17 00:00:00 2001 From: wangdong <1551135706@qq.com> Date: Thu, 1 Aug 2024 21:35:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E7=AC=AC=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=90=8D=E7=A7=B0=E5=92=8C=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/enum/setting/payment/Method.js | 2 +- src/views/setting/payment/Setting.vue | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/common/enum/setting/payment/Method.js b/src/common/enum/setting/payment/Method.js index 99ea0df..6c66fc4 100644 --- a/src/common/enum/setting/payment/Method.js +++ b/src/common/enum/setting/payment/Method.js @@ -8,5 +8,5 @@ export default new Enum([ { key: 'WECHAT', name: '微信支付', value: 'wechat' }, { key: 'ALIPAY', name: '支付宝', value: 'alipay' }, { key: 'BALANCE', name: '余额支付', value: 'balance' }, - { key: 'HUIFU', name: '汇支付', value: 'huifu' } + { key: 'HUIFU', name: '银联支付', value: 'huifu' } ]) diff --git a/src/views/setting/payment/Setting.vue b/src/views/setting/payment/Setting.vue index febf843..7e74a2c 100644 --- a/src/views/setting/payment/Setting.vue +++ b/src/views/setting/payment/Setting.vue @@ -18,7 +18,8 @@