From 948ef085339642e7361f1053c9e4ec30e594d509 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 18 Jan 2024 23:40:38 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20PAY=EF=BC=9A=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E9=92=B1=E5=8C=85=E3=80=81=E5=BE=AE=E4=BF=A1=E6=9D=A1=E7=A0=81?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E7=9A=84=E6=B8=A0=E9=81=93=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/constants.ts | 4 + .../components/channel/WalletChannelForm.vue | 122 ++++++++++++++++++ src/views/pay/app/index.vue | 51 +++++++- 3 files changed, 175 insertions(+), 2 deletions(-) create mode 100644 src/views/pay/app/components/channel/WalletChannelForm.vue diff --git a/src/utils/constants.ts b/src/utils/constants.ts index d3d0fd45..47714945 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -133,6 +133,10 @@ export const PayChannelEnum = { code: 'alipay_bar', name: '支付宝条码支付' }, + WALLET: { + code: 'wallet', + name: '钱包支付' + }, MOCK: { code: 'mock', name: '模拟支付' diff --git a/src/views/pay/app/components/channel/WalletChannelForm.vue b/src/views/pay/app/components/channel/WalletChannelForm.vue new file mode 100644 index 00000000..cbdb542a --- /dev/null +++ b/src/views/pay/app/components/channel/WalletChannelForm.vue @@ -0,0 +1,122 @@ + + diff --git a/src/views/pay/app/index.vue b/src/views/pay/app/index.vue index 3531633f..2f4a9c1e 100644 --- a/src/views/pay/app/index.vue +++ b/src/views/pay/app/index.vue @@ -232,6 +232,48 @@ + + + + + + + + @@ -290,16 +332,17 @@ +