fix: issues #157

This commit is contained in:
guozhigq
2023-09-24 00:56:55 +08:00
parent 7458c33173
commit d6b6df3eed
3 changed files with 3 additions and 3 deletions

View File

@ -195,7 +195,7 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
future: _futureBuilderFuture,
builder: (context, snapshot) {
if (snapshot.connectionState == ConnectionState.done) {
Map data = snapshot.data as Map;
var data = snapshot.data;
if (data['status']) {
// 请求成功
return Obx(