From 35bf74c5e112ea337847a2d8ee22de83d90fc060 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Fri, 27 Jun 2025 15:20:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BA=A7=E5=93=81=E5=BA=95=E7=9B=98?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/controller/Product.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/index/controller/Product.php b/app/index/controller/Product.php index a7843d3d..c6e89b20 100644 --- a/app/index/controller/Product.php +++ b/app/index/controller/Product.php @@ -459,9 +459,9 @@ class Product extends Common 'message' => $post['message'], ]); if ($ret->isEmpty()) { - return error(lang('提交成功')); + return error(lang('提交失败')); } - return success(lang('提交失败')); + return success(lang('提交成功')); } /**