|
@@ -534,7 +534,7 @@ class ChapterController extends BaseController
|
|
|
AdVisitStatService::create($this->uid,$this->book_info->bid,$this->chapter->next_cid,'UNLOCK_2');
|
|
|
}
|
|
|
}*/
|
|
|
- $this->chapter->is_show_ad = 0;
|
|
|
+ //$this->chapter->is_show_ad = 0;
|
|
|
$this->bookOrderOrChapterOrder($book_info, $cid, 0, $chapter->name, 1);
|
|
|
return response()->item(new ChapterTransformer, $this->chapter);
|
|
|
}
|