shish %!s(int64=3) %!d(string=hai) anos
pai
achega
ce728c5405
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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];
+                $showFrontHide = [7615, 7756, 1496, 50];
             } else {
                 $showFrontHide = [644];
             }
@@ -244,7 +244,7 @@ class ProductController extends BaseController
         } elseif ($requestType == 'itemList') {
             //花材列表
             if (getenv('YII_ENV', 'local') == 'production') {
-                $showFrontHide = [7615, 7756, 1496];
+                $showFrontHide = [7615, 7756, 1496, 50];
             } else {
                 $showFrontHide = [644];
             }