shish 4 miesięcy temu
rodzic
commit
3a6d1ae24f
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      app-hd/controllers/PurchaseController.php

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

@@ -670,10 +670,10 @@ class PurchaseController extends BaseController
 //                    }
 
                     if ($ghsShopId == 36523) {
-                        if ($respond->actPrice < 100 || $respond->bigNum < 15) {
+                        if ($respond->actPrice < 50 || $respond->bigNum < 10) {
                             $hasMust = array_intersect($ids, [85295]);
                             if (empty($hasMust)) {
-                                util::fail('没满100元且15扎,请运费必选商品');
+                                util::fail('没满50元且满10扎,请运费必选商品');
                             }
                         }
                     }