From d2f7e0a07f063d833fd9498c5f632b83676c2b30 Mon Sep 17 00:00:00 2001 From: liapples Date: Sat, 18 Sep 2021 16:09:23 +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 c30b7b3..7506f01 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('系统未设置交易金,请联系管理员在后台设置'); } //目前逻辑不考虑单人头交易费变动的情况