zz 6 rokov pred
rodič
commit
870b512a37

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

@@ -1521,6 +1521,8 @@ class ChapterController extends BaseController
         if(!$cid){
             return ;
         }
+        //付费用户没有广告
+        if(OrderService::isPaidUser($this->uid))  return ;
         //如果下一张已经付费,广告不显示
         if($this->getOrderRecord($this->book_info->bid, $cid)){
             return ;