This commit is contained in:
guozhigq
2024-06-30 00:28:26 +08:00
parent d004440252
commit 9f1b74b7e2

View File

@ -188,7 +188,7 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
if (snapshot.connectionState == ConnectionState.done) {
var data = snapshot.data;
if (_videoReplyController.replyList.isNotEmpty ||
(data && data['status'])) {
(data != null && data['status'])) {
// 请求成功
return Obx(
() => _videoReplyController.isLoadingMore &&