Parcourir la source

休店不看花材

shish il y a 11 mois
Parent
commit
fea696a9f4
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 2 2
      app-hd/controllers/ProductController.php
  2. 1 1
      common/components/dict.php

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

@@ -608,8 +608,8 @@ class ProductController extends BaseController
             $open = $shop->open ?? 1;
 
             if ($open == 0) {
-                //九江云朵、丽子鲜花休店不让看花材
-                if (in_array($mainId, [26374, 1496])) {
+                //九江云朵、丽子鲜花、沈阳市云花鲜花,休店不让看花材
+                if (in_array($mainId, [26374, 1496, 67094])) {
                     util::fail('已休店');
                 }
             }

+ 1 - 1
common/components/dict.php

@@ -172,7 +172,7 @@ class dict
             'big' => 0,
             'small' => 1,
         ],
-        //配送方式,0免费送货 1到店自取 2跑腿 3发物流 4快递
+        //配送方式,0送货上门 1到店自取 2跑腿 3发物流 4快递
         'sendType' => [
             'carGet' => 0,
             'shopGet' => 1,