From 592100ac5bb0d439e08fc001678d743ec7a2b614 Mon Sep 17 00:00:00 2001 From: liapples Date: Sat, 18 Sep 2021 16:10:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/AdminSupplier/Controllers/IndustryProductController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AdminSupplier/Controllers/IndustryProductController.php b/app/AdminSupplier/Controllers/IndustryProductController.php index 7506f01..f71f826 100644 --- a/app/AdminSupplier/Controllers/IndustryProductController.php +++ b/app/AdminSupplier/Controllers/IndustryProductController.php @@ -218,7 +218,7 @@ class IndustryProductController extends AdminController //判断交易金是否充足 $single = SystemSetting::val('single', 'price'); //单人头交易费 if (!$single) { - return $form->response()->error('系统未设置交易金,请联系管理员在后台设置'); + return $form->response()->error('未设置单人头交易费,请联系管理员在后台设置'); } //目前逻辑不考虑单人头交易费变动的情况