@@ -618,7 +618,7 @@ class ProductController extends BaseController
$shop = $this->shop;
$default = $shop->default ?? 0;
if ($default == 0) {
- util::fail('请在首店添加花材,分店只能修改花材');
+ util::fail('请在首店添加,分店只能修改花材');
}
$shopAdmin = $this->shopAdmin;