Browse Source

raise price cancel

zz 6 years ago
parent
commit
1f30e84deb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Http/Controllers/Wap/Book/ChapterController.php

+ 2 - 2
app/Http/Controllers/Wap/Book/ChapterController.php

@@ -1040,9 +1040,9 @@ class ChapterController extends BaseController
             }
             //Log::info($price_rate);
             $fee = ceil($chapter->size * $price_rate);
-            if($this->isRaisePrice()){
+            /*if($this->isRaisePrice()){
                 $fee = round($chapter->size * 0.018);
-            }
+            }*/
         }
         //首个计费章节书币价格以35书币为基准,低于35提升至35,原价高于35书币,维持原价
         if (isset($chapter->sequence) && isset($book_info->vip_seq)) {