From 0b9d7a8808604542e2a8c79ef69aa81a697ad710 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 22 Jul 2024 21:58:05 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BB=A3=E7=A0=81=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E3=80=91=E5=88=86=E9=94=80=E7=9A=84=E6=8F=90=E7=8E=B0=E7=9A=84?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E4=B8=8D=E6=AD=A3=E7=A1=AE=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/account-type-select.vue | 14 ++++++------ pages/commission/withdraw.vue | 22 +++++++++---------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/pages/commission/components/account-type-select.vue b/pages/commission/components/account-type-select.vue index e79e4171..89b4c209 100644 --- a/pages/commission/components/account-type-select.vue +++ b/pages/commission/components/account-type-select.vue @@ -61,21 +61,21 @@ title: '钱包余额', value: '1', }, + { + icon: '/static/img/shop/pay/bank.png', + title: '银行卡转账', + value: '2', + }, { icon: '/static/img/shop/pay/wechat.png', title: '微信零钱', - value: '2', + value: '3', }, { icon: '/static/img/shop/pay/alipay.png', title: '支付宝账户', - value: '3', - }, - { - icon: '/static/img/shop/pay/bank.png', - title: '银行卡转账', value: '4', - }, + } ]; function onChange(e) { diff --git a/pages/commission/withdraw.vue b/pages/commission/withdraw.vue index e9edb958..73f96904 100644 --- a/pages/commission/withdraw.vue +++ b/pages/commission/withdraw.vue @@ -26,9 +26,9 @@ 请选择提现方式 钱包余额 - 微信零钱 - 支付宝账户 - 银行卡转账 + 银行卡转账 + 微信零钱 + 支付宝账户 @@ -61,10 +61,10 @@ /> - 收款码 + 收款码 @@ -78,10 +78,10 @@ - 持卡人 + 持卡人 - 提现银行 + 提现银行 - 开户地址 + 开户地址