From 7bcfb8c22f2066c189187c09ca59d7e145278773 Mon Sep 17 00:00:00 2001 From: liapples Date: Fri, 20 Aug 2021 18:15:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=96=E8=BE=91=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/AdminSupplier/Controllers/ProductController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AdminSupplier/Controllers/ProductController.php b/app/AdminSupplier/Controllers/ProductController.php index a5cc89d..afb3316 100644 --- a/app/AdminSupplier/Controllers/ProductController.php +++ b/app/AdminSupplier/Controllers/ProductController.php @@ -98,7 +98,7 @@ class ProductController extends AdminController $form->editor('content')->required(); if ($form->isEditing()) { - $form->confirm('提示', '为了保障代理商利益,编辑产品将下架所有关联的代理商产品,是否继续?'); + $form->confirm('提示', '编辑产品需要重新审核,同时下架所有关联的代理商产品,是否继续?'); } })->saving(function (Form $form) { //不允许编辑非自己数据