shish há 3 anos atrás
pai
commit
b70fb1e57b
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      app-ghs/controllers/ProductController.php

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

@@ -233,12 +233,12 @@ class ProductController extends BaseController
         } elseif ($requestType == 'itemList') {
             //花材列表
             if (getenv('YII_ENV', 'local') == 'production') {
-                $showFrontHide = [7615, 7756];
+                $showFrontHide = [7615, 7756, 1496];
             } else {
                 $showFrontHide = [644];
             }
             if (in_array($this->mainId, $showFrontHide)) {
-                //只有花悠星和勇记显示隐藏按钮功能,其他人不显示。frontHide
+                //只有花悠星、勇记、丽子鲜花 显示隐藏按钮功能,其他人不显示。frontHide
                 $field = 'id,py,cover,name,cost,itemId,classId,skPrice,bigUnit,smallUnit,ratio,ratioType,variety,price,hjPrice,discountPrice,skMore,hjAddPrice,addPrice,stock,actualSold,status,presell,frontHide';
             } else {
                 $field = 'id,py,cover,name,cost,itemId,classId,skPrice,bigUnit,smallUnit,ratio,ratioType,variety,price,hjPrice,discountPrice,skMore,hjAddPrice,addPrice,stock,actualSold,status,presell';