Browse Source

forbid ad

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

+ 1 - 0
app/Http/Controllers/Wap/Book/ChapterController.php

@@ -302,6 +302,7 @@ class ChapterController extends BaseController
         $inter_not_need_sub = $request->has('inter_not_need_sub') ? true : false;
 
         $ad_status = $request->get('ad_status');
+        $ad_status = 0;
         $has_force_show_qrcode_cookie = Cookie::get('force_show_qrcode');
         Cookie::queue('force_show_qrcode', 1, -1);