shish 3 年 前
コミット
79ccebea25
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app-ghs/controllers/ProductController.php

+ 1 - 1
app-ghs/controllers/ProductController.php

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