提交 86adc5c0 authored 作者: shixiaochen's avatar shixiaochen

1、优化ListView刷新数据

上级 e0940c98
......@@ -181,8 +181,10 @@ class _MyListViewPublicState extends State<MyListViewPublic> {
stateType = StateType.success; //显示成功布局
}
_isLoading = false;
if (mounted) {
setState(() {});
}
}
void _requestError(r,s) {
stateType = StateType.error; //显示异常布局
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论