zhoulj 3 년 전
부모
커밋
b4e790433a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/QuickApp/Book/ChapterController.php

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

@@ -491,7 +491,7 @@ class ChapterController extends BaseController
         $chapter->content = trim(str_replace('    ', '  ', $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('\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));