fix: article request

This commit is contained in:
bggRGjQaUbCoE
2024-10-05 19:54:08 +08:00
parent 9f6c50aaac
commit 1f32cf3bd2
3 changed files with 14 additions and 7 deletions

View File

@@ -444,7 +444,7 @@ class _HtmlRenderPageState extends State<HtmlRenderPage>
padding: const EdgeInsets.fromLTRB(12, 8, 12, 8),
sliver: Obx(
() => _htmlRenderCtr.loaded.value
? _htmlRenderCtr.response['isJsonContent']
? _htmlRenderCtr.response['isJsonContent'] == true
? ArticleContent(
htmlContent: _htmlRenderCtr.response['content'],
)