From 8f2533d560d2acbfb790f47e4754f5190267a450 Mon Sep 17 00:00:00 2001 From: vine_liutk <961510893@qq.com> Date: Fri, 21 Jan 2022 16:40:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/Forms/Settings/Dealer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Admin/Forms/Settings/Dealer.php b/app/Admin/Forms/Settings/Dealer.php index 6e8aa462..0a33f5f7 100644 --- a/app/Admin/Forms/Settings/Dealer.php +++ b/app/Admin/Forms/Settings/Dealer.php @@ -93,7 +93,7 @@ class Dealer extends Form $this->divider('银行账号收款'); $this->text('bank.user_name', '收款人名称'); $this->text('bank.bank_name', '银行名称'); - $this->text('bank.bank_number', '银行名称'); + $this->text('bank.bank_number', '银行卡号'); $this->text('bank.bank_description', '开户行'); $this->divider('支付宝收款'); $this->text('alipay.user_name', '收款人名称');