Răsfoiți Sursa

同城配送和到店自取免打包费

shish 2 ani în urmă
părinte
comite
479da218e9
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      app-hd/controllers/PurchaseController.php

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

@@ -315,8 +315,8 @@ class PurchaseController extends BaseController
                     }
                 }
 
-                //同城配送免打包费
-                if ($transType == 4) {
+                //同城配送和到店自取免打包费
+                if ($transType == 4 || $transType == 5) {
                     $packCost = 0;
                 }