ソースを参照

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

stanley-king 4 年 前
コミット
92c20b7c0f
1 ファイル変更1 行追加1 行削除
  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)
     {