fix:禁用调试打印
This commit is contained in:
parent
98b6a23d4f
commit
a1a0ce76dc
@ -13,7 +13,7 @@ class MinePersonInfoLogic extends GetConnect {
|
|||||||
Future<void> getUserInfoRequest() async {
|
Future<void> getUserInfoRequest() async {
|
||||||
MinePersonInfoEntity entity = await ApiRepository.to.getUserInfo("");
|
MinePersonInfoEntity entity = await ApiRepository.to.getUserInfo("");
|
||||||
if (entity.errorCode!.codeIsSuccessful) {
|
if (entity.errorCode!.codeIsSuccessful) {
|
||||||
print('到了这里么');
|
// print('到了这里么');
|
||||||
state.mineInfoData.value = entity.data!;
|
state.mineInfoData.value = entity.data!;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user