|
@@ -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);
|
|
|
|