提交 4c2be86c authored 作者: 祁增奎's avatar 祁增奎

增加刷新时机

上级 7f725c65
...@@ -77,6 +77,7 @@ class CLXCodeManageLogic extends GetxController { ...@@ -77,6 +77,7 @@ class CLXCodeManageLogic extends GetxController {
} }
final result = await verifyCode?.call(codeInoutCtrl.text) ?? ''; final result = await verifyCode?.call(codeInoutCtrl.text) ?? '';
verifyCodeError.value = result; verifyCodeError.value = result;
handleTipInfo();
} }
/// 外部调用开启定时器 /// 外部调用开启定时器
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论