zz 4 年之前
父節點
當前提交
9d7d3db82f
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      app/Http/Controllers/QuickApp/Book/BookController.php

+ 2 - 1
app/Http/Controllers/QuickApp/Book/BookController.php

@@ -114,7 +114,8 @@ class BookController extends BaseController
         }
         $last_chapter = ChapterService::getChapterNameById($book_info['last_cid'], $bid);
         $book_info['last_chapter_is_vip'] = $last_chapter['is_vip'];
-        $book_info['is_need_charge'] = $this->isNeedCharge($bid, $last_chapter, $book_info);
+        $book_info['is_need_charge'] = true;
+        //$book_info['is_need_charge'] = $this->isNeedCharge($bid, $last_chapter, $book_info);
         $record = ReadRecordService::getBookReadRecordStatic($this->uid, $bid);
         if ($record) {
             $book_info['record_chapter_id'] = $record['record_chapter_id'];