fix:增加猫眼设置同步
This commit is contained in:
parent
6bf20abc28
commit
6d066a722d
@ -61,8 +61,8 @@ class ConfiguringWifiLogic extends BaseGetXController {
|
|||||||
peerId: peerId,
|
peerId: peerId,
|
||||||
);
|
);
|
||||||
if (entity.errorCode!.codeIsSuccessful) {
|
if (entity.errorCode!.codeIsSuccessful) {
|
||||||
|
await _getUploadLockSet();
|
||||||
showToast('配网成功'.tr, something: () async {
|
showToast('配网成功'.tr, something: () async {
|
||||||
await _getUploadLockSet();
|
|
||||||
eventBus
|
eventBus
|
||||||
.fire(PassCurrentLockInformationEvent(state.lockSetInfoData.value));
|
.fire(PassCurrentLockInformationEvent(state.lockSetInfoData.value));
|
||||||
// 设置锁的peerID
|
// 设置锁的peerID
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user