提交 91e9f931 authored 作者: yueweilu's avatar yueweilu

add

上级 4c34119d
...@@ -106,7 +106,7 @@ class _StudyReportPageState extends State<StudyReportPage> { ...@@ -106,7 +106,7 @@ class _StudyReportPageState extends State<StudyReportPage> {
// color: Colors.cyan, // color: Colors.cyan,
), ),
Gaps.hGaps10, Gaps.hGaps10,
Text('距离连续学习',style: TextStyle(fontSize: 18.w,height: 1.3,color: Colours.c3,fontWeight: Fonts.boldSemi),) Text('最长连续学习',style: TextStyle(fontSize: 18.w,height: 1.3,color: Colours.c3,fontWeight: Fonts.boldSemi),)
], ],
), ),
......
...@@ -32,7 +32,7 @@ class _UserCoinPageState extends State<UserCoinPage> { ...@@ -32,7 +32,7 @@ class _UserCoinPageState extends State<UserCoinPage> {
return const CoinRechargePage(); return const CoinRechargePage();
}, },
).then((value) { ).then((value) {
controller.getCoin(); controller.onRefresh();
}); });
}, },
child: Text('充值',style: TextStyle(color: Colours.c3,fontSize: 14.w,height: 1.5,fontWeight: Fonts.medium),) child: Text('充值',style: TextStyle(color: Colours.c3,fontSize: 14.w,height: 1.5,fontWeight: Fonts.medium),)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论