From fd10210972374917e5bca9f63f08cdc9265adced Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 13 Oct 2024 12:42:08 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E3=80=91=E6=B7=BB=E5=8A=A0=E5=BE=AE=E4=BF=A1=E8=BD=AC=E8=B4=A6?= =?UTF-8?q?=E5=88=B0=E9=9B=B6=E9=92=B1=E6=8F=90=E7=8E=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/account-type-select.vue | 19 ++++++++++--------- pages/commission/withdraw.vue | 4 ++-- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/pages/commission/components/account-type-select.vue b/pages/commission/components/account-type-select.vue index e7b14060..cbbfc6db 100644 --- a/pages/commission/components/account-type-select.vue +++ b/pages/commission/components/account-type-select.vue @@ -45,7 +45,8 @@ type: Boolean, default: false, }, - methods: { // 开启的提现方式 + methods: { + // 开启的提现方式 type: Array, default: [], }, @@ -57,7 +58,7 @@ const typeList = [ { - // icon: '/static/img/shop/pay/wechat.png', // TODO 芋艿:后续给个 icon + icon: '/static/img/shop/pay/wechat.png', title: '钱包余额', value: '1', }, @@ -68,7 +69,7 @@ }, { icon: '/static/img/shop/pay/wechat.png', - title: '微信零钱', + title: '微信账户', // 微信手动转账 value: '3', }, { @@ -76,11 +77,11 @@ title: '支付宝账户', value: '4', }, - { - icon: '/static/img/shop/pay/wechat.png', - title: '微信零钱', - value: '5', - } + { + icon: '/static/img/shop/pay/wechat.png', + title: '微信零钱', // 微信 API 转账 + value: '5', + }, ]; function onChange(e) { @@ -94,7 +95,7 @@ } // 赋值 emits('update:modelValue', { - type: state.currentValue + type: state.currentValue, }); // 关闭弹窗 emits('close'); diff --git a/pages/commission/withdraw.vue b/pages/commission/withdraw.vue index c934fdd1..6cde0283 100644 --- a/pages/commission/withdraw.vue +++ b/pages/commission/withdraw.vue @@ -30,9 +30,9 @@ 请选择提现方式 钱包余额 银行卡转账 - 微信零钱 + 微信账户 支付宝账户 - 微信零钱 + 微信零钱