提交 399b06cf authored 作者: 祁增奎's avatar 祁增奎

回退条件切换

上级 5be15a92
...@@ -197,8 +197,7 @@ class CLXCodeManageLogic extends GetxController { ...@@ -197,8 +197,7 @@ class CLXCodeManageLogic extends GetxController {
/// 处理提示信息 /// 处理提示信息
handleTipInfo() { handleTipInfo() {
/// 如果输入框内容不为空,则不展示提示信息 /// 如果输入框内容不为空,则不展示提示信息
isShowTip.value = verifyCodeError.value.isEmpty && isShowTip.value = verifyCodeError.value.isNotEmpty ||
codeInoutCtrl.text.isEmpty && codeInoutCtrl.text.isEmpty && countdown.value == 60;
countdown.value == 60;
} }
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论