修复眠花糖发送短信验证码失败。(未传客户端代码)
This commit is contained in:
@@ -115,7 +115,9 @@ class _UserPrivacyNewPageState extends State<UserPrivacyNewPage> {
|
||||
builder: (context, isLoading, child) {
|
||||
return isLoading
|
||||
? Center(
|
||||
child: CircularProgressIndicator(), // 加载指示器
|
||||
child: CircularProgressIndicator(
|
||||
strokeWidth: 2,
|
||||
), // 加载指示器
|
||||
)
|
||||
: SizedBox.shrink();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user