From a4ec421412e200ffc3870da7d4d77a690f6292c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=97=B4=E8=B4=A7?= <252048765@qq.com> Date: Tue, 1 Oct 2024 14:42:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E6=94=AF=E4=BB=98=E6=9C=AA?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/commission/components/account-type-select.vue | 7 ++++++- pages/commission/withdraw.vue | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/commission/components/account-type-select.vue b/pages/commission/components/account-type-select.vue index 89b4c20..e7b1406 100644 --- a/pages/commission/components/account-type-select.vue +++ b/pages/commission/components/account-type-select.vue @@ -75,7 +75,12 @@ icon: '/static/img/shop/pay/alipay.png', title: '支付宝账户', value: '4', - } + }, + { + icon: '/static/img/shop/pay/wechat.png', + title: '微信零钱', + value: '5', + } ]; function onChange(e) { diff --git a/pages/commission/withdraw.vue b/pages/commission/withdraw.vue index 4ce3ad4..9d05083 100644 --- a/pages/commission/withdraw.vue +++ b/pages/commission/withdraw.vue @@ -32,6 +32,7 @@ 银行卡转账 微信零钱 支付宝账户 + 微信零钱2