shish 3 éve
szülő
commit
c5dd488486
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      app-hd/controllers/PurchaseController.php

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

@@ -244,11 +244,11 @@ class PurchaseController extends BaseController
                 //杭州斗南不支持免费送货
                 if (getenv('YII_ENV') == 'production') {
                     if ($ghsShopId == 4608) {
-                        util::fail('请选择到店自取或跑腿');
+                        util::fail('请选择到店自取或跑腿');
                     }
                 } else {
                     if ($ghsShopId == 36523) {
-                        util::fail('请选择到店自取或跑腿');
+                        util::fail('请选择到店自取或跑腿');
                     }
                 }
             }