Browse Source

修改编辑提示

dev
李可松 5 years ago
parent
commit
7bcfb8c22f
  1. 2
      app/AdminSupplier/Controllers/ProductController.php

2
app/AdminSupplier/Controllers/ProductController.php

@ -98,7 +98,7 @@ class ProductController extends AdminController
$form->editor('content')->required();
if ($form->isEditing()) {
$form->confirm('提示', '为了保障代理商利益,编辑产品将<span class="btn-danger">下架所有</span>关联的代理商产品,是否继续?');
$form->confirm('提示', '编辑产品需要重新审核,同时<span class="btn-danger">下架所有</span>关联的代理商产品,是否继续?');
}
})->saving(function (Form $form) {
//不允许编辑非自己数据

Loading…
Cancel
Save