修复眠花糖发送短信验证码失败。(未传客户端代码)
This commit is contained in:
@@ -537,8 +537,6 @@ class XiaoeController extends GetControllerEx<XiaoeModel> {
|
||||
|
||||
ef.log('开始运行小e Web应用...');
|
||||
|
||||
|
||||
|
||||
await web.runApp('xiaoe').then((x) {
|
||||
ef.log('web.runApp 执行完成,结果: $x');
|
||||
ready.value = true;
|
||||
@@ -751,6 +749,7 @@ class XiaoeView extends GetComponent<XiaoeController> {
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
CircularProgressIndicator(
|
||||
strokeWidth: 2,
|
||||
valueColor: AlwaysStoppedAnimation<Color>(
|
||||
Colors.white),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user