fix: 调整页面是默认选中为锁通通

This commit is contained in:
liyi 2025-10-27 17:35:41 +08:00
parent f6e900aaad
commit 21aa3adf7b

View File

@ -25,7 +25,7 @@ class ThirdPartyPlatformState {
// UI
final RxList<TppSupportInfo> tppSupportList = RxList<TppSupportInfo>([]);
RxInt selectPlatFormIndex = (-1).obs;
RxInt selectPlatFormIndex = (0).obs;
RxBool openNumber = false.obs;
RxString registerKey = ''.obs;