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('系统未设置交易金,请联系管理员在后台设置'); } //目前逻辑不考虑单人头交易费变动的情况