From b5dbb1dfde989793a54402d86942d446d5475ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=9D=99?= Date: Tue, 22 Feb 2022 17:44:14 +0800 Subject: [PATCH] Fix bug --- app/Admin/Forms/Settings/Dealer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Admin/Forms/Settings/Dealer.php b/app/Admin/Forms/Settings/Dealer.php index 06142963..0253b089 100644 --- a/app/Admin/Forms/Settings/Dealer.php +++ b/app/Admin/Forms/Settings/Dealer.php @@ -40,7 +40,6 @@ class Dealer extends Form { $this->switch('wxpay_switch', '微信支付'); $this->currency('fee_rate', '手续费比例(百分比)')->symbol('%'); - $this->currency('fee_rate', '手续费比例(百分比)')->symbol('%'); $this->number('withdraw_threshold_amount', '起提金额(元)'); $this->currency('withdraw_fee_rate', '提现费率')->symbol('%'); $this->number('withdraw_days', '提现间隔');