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 @@ +