zhoulj пре 3 година
родитељ
комит
ff58c6fffe
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app/Http/Controllers/QuickApp/Book/ChapterController.php

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

@@ -492,6 +492,7 @@ class ChapterController extends BaseController
         $chapter->content = trim(str_replace('\r\n\u3000\u3000\r\n\u3000\u3000', '\r\n\u3000\u3000', $chapter_content->content));
         $chapter->content = trim(str_replace('\r\n\u3000\u3000\r\n\u3000\u3000', '\r\n\u3000\u3000', $chapter_content->content));
         $chapter->content = trim(str_replace('\\r\\n\\r\\n', '\\r\\n', $chapter_content->content));
         $chapter->content = trim(str_replace('\\r\\n\\r\\n', '\\r\\n', $chapter_content->content));
         $chapter->content = trim(str_replace('\u3000\u3000', '\u3000', $chapter_content->content));
         $chapter->content = trim(str_replace('\u3000\u3000', '\u3000', $chapter_content->content));
+        $chapter->content = trim(str_replace('\u3000\u3000', '\u3000', $chapter_content->content));
         
         
         \Log::info('getChapter_chapter:'.$bid.' cid:'.$cid.' content:'.json_encode($chapter->content));
         \Log::info('getChapter_chapter:'.$bid.' cid:'.$cid.' content:'.json_encode($chapter->content));
         //统计点击率
         //统计点击率