shish il y a 3 ans
Parent
commit
8b53a27404
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      app-ghs/controllers/ProductController.php

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

@@ -220,7 +220,7 @@ class ProductController extends BaseController
         } elseif ($requestType == 'changePrice') {
             //只有花悠星、勇记、丽子鲜花 显示隐藏按钮功能,其他人不显示。frontHide
             if (getenv('YII_ENV', 'local') == 'production') {
-                $showFrontHide = [7615, 7756, 1496, 50];
+                $showFrontHide = [7615, 7756, 1496];
             } else {
                 $showFrontHide = [644];
             }
@@ -244,7 +244,7 @@ class ProductController extends BaseController
         } elseif ($requestType == 'itemList') {
             //花材列表
             if (getenv('YII_ENV', 'local') == 'production') {
-                $showFrontHide = [7615, 7756, 1496, 50];
+                $showFrontHide = [7615, 7756, 1496];
             } else {
                 $showFrontHide = [644];
             }