Browse Source

将扣人头数的订单改成10单

stanley-king 4 năm trước cách đây
mục cha
commit
92c20b7c0f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      helper/calc_helper.php

+ 1 - 1
helper/calc_helper.php

@@ -277,7 +277,7 @@ class CalcPrice implements ICalc
     }
 
     private function need_detuct() {
-        return $this->mOrderCount < 50;
+        return $this->mOrderCount < 10;
     }
     public function calc_vgoods_price($goods_info)
     {