zz 5 years ago
parent
commit
7d79eaef04
1 changed files with 1 additions and 4 deletions
  1. 1 4
      app/Http/Controllers/QuickApp/Book/ChapterController.php

+ 1 - 4
app/Http/Controllers/QuickApp/Book/ChapterController.php

@@ -431,10 +431,7 @@ class ChapterController extends BaseController
                 'uid' => $this->uid, 'bid' => $bid, 'book_name' => $book_info->book_name,
                 'cid' => $cid, 'chapter_name' => $chapter->name
             ]);
-            //用户标签
-            if ($chapter->sequence >= 20) {
-                $this->addTag($book_info);
-            }
+
             return response()->item(new ChapterTransformer, $this->getChapter($bid, $cid, $chapter));
         } else {
             $fee = $this->getPrice($book_info, $chapter->size);