diff --git a/pages/commission/components/account-type-select.vue b/pages/commission/components/account-type-select.vue
index cbbfc6db..c39c7a72 100644
--- a/pages/commission/components/account-type-select.vue
+++ b/pages/commission/components/account-type-select.vue
@@ -58,7 +58,7 @@
const typeList = [
{
- icon: '/static/img/shop/pay/wechat.png',
+ icon: '/static/img/shop/pay/wallet.png',
title: '钱包余额',
value: '1',
},
@@ -69,19 +69,24 @@
},
{
icon: '/static/img/shop/pay/wechat.png',
- title: '微信账户', // 微信手动转账
+ title: '微信收款码', // 微信手动转账
value: '3',
},
{
icon: '/static/img/shop/pay/alipay.png',
- title: '支付宝账户',
+ title: '支付宝收款码', // 支付宝手动转账
value: '4',
},
{
- icon: '/static/img/shop/pay/wechat.png',
+ icon: '/static/img/shop/pay/wechat_api.png',
title: '微信零钱', // 微信 API 转账
value: '5',
},
+ {
+ icon: '/static/img/shop/pay/alipay_api.png',
+ title: '支付宝余额', // 支付宝 API 转账
+ value: '6',
+ },
];
function onChange(e) {
diff --git a/pages/commission/withdraw.vue b/pages/commission/withdraw.vue
index 163fe1a6..b725972b 100644
--- a/pages/commission/withdraw.vue
+++ b/pages/commission/withdraw.vue
@@ -49,18 +49,18 @@
/>
-
+
提现账号
@@ -73,27 +73,29 @@
(state.accountInfo.accountQrCodeUrl = payload.tempFilePaths[0])"
+ @success="(payload) => (state.accountInfo.qrCodeUrl = payload.tempFilePaths[0])"
/>
- 持卡人
+
+ 收款款真名
+
@@ -162,7 +164,7 @@