shish 2 ani în urmă
părinte
comite
cbce323bcf
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      app-ghs/controllers/ProductController.php

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

@@ -586,7 +586,7 @@ class ProductController extends BaseController
         $join = $shop->join ?? 0;
         $default = $shop->default ?? 0;
         if ($join == 0 && $default == 0) {
-            util::fail('当前直营分店,只能回总店修改价格');
+            util::fail('直营分店不能改价');
         }
 
         $shopAdmin = $this->shopAdmin;