fix:【开锁页-密码-修改自定义密码为已存在密码一直转圈无提示,之前正常】
This commit is contained in:
parent
0f9b63b05d
commit
1dd9da1bef
@ -1,4 +1,3 @@
|
||||
|
||||
import 'package:flutter_easyloading/flutter_easyloading.dart';
|
||||
import 'package:get/get.dart';
|
||||
|
||||
@ -39,7 +38,7 @@ abstract class Reply{
|
||||
case 0x04:
|
||||
// 用户未登记
|
||||
AppLog.log('$logTag ${commandType!.typeName} 0x04 用户未登记');
|
||||
// showErrorMessage('用户未登记');
|
||||
showErrorMessage('用户未登记'.tr);
|
||||
break;
|
||||
case 0x05:
|
||||
// 参数错误
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user