fix:修复进入指纹不自动获取指纹列表问题
This commit is contained in:
parent
96367baaea
commit
a09237bc02
@ -249,8 +249,9 @@ class CardListLogic extends BaseGetXController {
|
|||||||
_initReplySubscription();
|
_initReplySubscription();
|
||||||
|
|
||||||
// _initRefreshAction();
|
// _initRefreshAction();
|
||||||
|
await getICCardListData(isRefresh: true);
|
||||||
}
|
}
|
||||||
await getICCardListData(isRefresh: true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|||||||
@ -443,8 +443,9 @@ class FaceListLogic extends BaseGetXController {
|
|||||||
// senderCheckingCardStatus();
|
// senderCheckingCardStatus();
|
||||||
|
|
||||||
// senderCheckingUserInfoCount();
|
// senderCheckingUserInfoCount();
|
||||||
|
await getFaceListData(isRefresh: true);
|
||||||
}
|
}
|
||||||
getFaceListData(isRefresh: true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|||||||
@ -461,6 +461,7 @@ class FingerprintListLogic extends BaseGetXController {
|
|||||||
_initReplySubscription();
|
_initReplySubscription();
|
||||||
|
|
||||||
// _initRefreshAction();
|
// _initRefreshAction();
|
||||||
|
await getFingerprintsListData(isRefresh: true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -234,6 +234,7 @@ class PalmListLogic extends BaseGetXController {
|
|||||||
_initReplySubscription();
|
_initReplySubscription();
|
||||||
|
|
||||||
// _initRefreshAction();
|
// _initRefreshAction();
|
||||||
|
await getPalmListData(isRefresh: true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user