From bd765c0db64b9f273555aa946e806b616f176168 Mon Sep 17 00:00:00 2001 From: gzy <1370682505@qq.com> Date: Tue, 3 Sep 2024 14:31:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/account-type-select.vue | 6 +- .../pages/commission/withdraw.vue | 114 ++++++------------ 2 files changed, 41 insertions(+), 79 deletions(-) diff --git a/yudao-mall-uniapp-master/pages/commission/components/account-type-select.vue b/yudao-mall-uniapp-master/pages/commission/components/account-type-select.vue index 3b6bd6e..752db0a 100644 --- a/yudao-mall-uniapp-master/pages/commission/components/account-type-select.vue +++ b/yudao-mall-uniapp-master/pages/commission/components/account-type-select.vue @@ -62,9 +62,9 @@ // value: '1', // }, { - icon: '/static/img/shop/pay/wechat.png', - title: '微信零钱', - value: '3', + icon: '/static/img/shop/pay/alipay.png', + title: '支付宝', + value: '4', }, // { // icon: '/static/img/shop/pay/alipay.png', diff --git a/yudao-mall-uniapp-master/pages/commission/withdraw.vue b/yudao-mall-uniapp-master/pages/commission/withdraw.vue index 9e67713..6419f8b 100644 --- a/yudao-mall-uniapp-master/pages/commission/withdraw.vue +++ b/yudao-mall-uniapp-master/pages/commission/withdraw.vue @@ -2,15 +2,12 @@