mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 03:31:09 +08:00
fix: article request
This commit is contained in:
@@ -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'],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user