fix: 调整页面是默认选中为锁通通
This commit is contained in:
parent
f6e900aaad
commit
21aa3adf7b
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user