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

发送成功后,吐司提醒

上级 937d9cbc
......@@ -107,15 +107,15 @@ class CLXCodeManageLogic extends GetxController {
return;
}
final result = await obtainVoiceVerificationCode?.call();
Fluttertoast.showToast(
msg: '即将向您电话播报',
toastLength: Toast.LENGTH_SHORT,
gravity: ToastGravity.CENTER,
timeInSecForIosWeb: 2,
);
if (result == true) {
handleCodeSendType(isSmsSend: false);
_startCountdown(isSmsSend: false);
Fluttertoast.showToast(
msg: '即将向您电话播报',
toastLength: Toast.LENGTH_SHORT,
gravity: ToastGravity.CENTER,
timeInSecForIosWeb: 2,
);
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论