From 083e4b9efc846db1d2bcb9dbee6be84b352f0cba Mon Sep 17 00:00:00 2001 From: ZhangYong Date: Thu, 2 Apr 2026 15:33:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=A7=E8=A1=8C=E5=8A=A0=E4=B8=8Astripe2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/moneyManage/executor/executor.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/moneyManage/executor/executor.vue b/src/views/moneyManage/executor/executor.vue index ded00c7..2e0de0f 100644 --- a/src/views/moneyManage/executor/executor.vue +++ b/src/views/moneyManage/executor/executor.vue @@ -515,6 +515,7 @@ const channelOptions = ref([ t('cash.payMethods.transfer'), t('cash.payMethods.iotPay'), t('cash.payMethods.stripe3'), + t('cash.payMethods.stripe2'), t('cash.payMethods.paypal'), ])