alibaba / fish-redux

An assembled flutter application framework.
https://github.com/alibaba/fish-redux
Apache License 2.0
7.33k stars 843 forks source link

page里面用了adapter,在component里面再用个adapter时候报类型错 #589

Closed xinpiaoyuanfang closed 4 years ago

xinpiaoyuanfang commented 4 years ago

利用fish_redux插件创建了orgloginstatus_page,里面利用 orgloginstatus_adapter循环展示了 orgstatus_component的内容(通过API接口获取的数据ListA,接口报文类型为JSON),

image

orgloginstatus_page/effect.dart image

orgloginstatus_page/view.dart image

orgstatus_component是一个按钮, orgstatus_component/view.dart image

效果如下: image

我想实现的是 当点击按钮的时候,showDailog 一个循环列表(tellerstatus_component的内容,这时在orgstatus_component下创建了tellerdialog_component),

orgstatus_component/effect.dart image

以下的操作就是需要操作tellerdailog_component(这里本想是和orgloginstatus_page一样,再做一个adapter循环就行,但实际报错了)。 image

tellerdialog_component/effect.dart通过API接口获取循环数据 image

这样当我点击页面上的按钮时候,理想的是弹出showdailog的循环内容,可实际情况是报类型错误。 image

不知道为什么? 界面显示的是这样的 image

实际想实现的是这样的 image

请各位赐教

zjuwjf commented 4 years ago

可以有demo么?

xinpiaoyuanfang commented 4 years ago

可以有demo么?

您好,有邮箱么? 因为是内部网络,所以没公开

xinpiaoyuanfang commented 4 years ago

先关掉了,感觉应该是 没用reducer刷新state的原因