shish 3 years ago
parent
commit
5a076f2013
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app-hd/controllers/PurchaseController.php

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

@@ -268,21 +268,21 @@ class PurchaseController extends BaseController
                     if ($ghsShopId == 4608) {
                         if ($respond->actPrice < 500) {
                             $transaction->rollBack();
-                            util::fail('满500元才有免费配送');
+                            util::fail('满500元支持免费配送');
                         }
                     }
                     //叶上花,满500元市区免费配送
                     if ($ghsShopId == 4804) {
                         if ($respond->actPrice < 500) {
                             $transaction->rollBack();
-                            util::fail('满500元才有免费配送');
+                            util::fail('满500元支持免费配送');
                         }
                     }
                 } else {
                     if ($ghsShopId == 36523) {
                         if ($respond->actPrice < 100) {
                             $transaction->rollBack();
-                            util::fail('满100元才有免费配送');
+                            util::fail('满100元支持免费配送');
                         }
                     }
                 }