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 @@ - 持卡人 + 持卡人 - 提现银行 + 提现银行 - 开户地址 + 开户地址