feat: 增加发送验证码的样式,调试设备限制数量
This commit is contained in:
@@ -136,7 +136,7 @@ class KRDeleteAccountView extends GetView<KRDeleteAccountController> {
|
||||
account.startsWith('9000');
|
||||
final accountText = isDeviceLogin
|
||||
? '待绑定'
|
||||
: 'ID: ${KRAppRunData.getInstance().kr_account.value.toString()}';
|
||||
: '${KRAppRunData.getInstance().kr_account.value.toString()}';
|
||||
return Text(
|
||||
accountText,
|
||||
style: TextStyle(
|
||||
|
||||
Reference in New Issue
Block a user