shish 1 vuosi sitten
vanhempi
commit
c63a599098
1 muutettua tiedostoa jossa 3 lisäystä ja 4 poistoa
  1. 3 4
      app-hd/controllers/PurchaseController.php

+ 3 - 4
app-hd/controllers/PurchaseController.php

@@ -580,10 +580,9 @@ class PurchaseController extends BaseController
                             util::fail('满500元支持免费配送');
                         }
                     }
-
-                    //花悠星 国恋 勇记 易宝暂时不支持免费配送
-                    if ($ghsShopId == 7687 || $ghsShopId == 7831 || $ghsShopId == 7778 || $ghsShopId == 12003) {
-                        util::fail('暂不支持送货上门,请选其它方式');
+                    //花悠星 国恋 勇记 万丽 陆丰暂时不支持免费配送
+                    if ($ghsShopId == 7687 || $ghsShopId == 7831 || $ghsShopId == 7778 || $ghsShopId == 12003 || $ghsShopId == 38128) {
+                        util::fail('暂不支持送货上门,请选其它配送方式');
                     }
                 }
             }