解绑设备
This commit is contained in:
@@ -177,7 +177,7 @@ class BluetoothPage extends GetView {
|
||||
.unbindDevice(data);
|
||||
await deviceListController
|
||||
.getDeviceList();
|
||||
Get.toNamed("/homePage");
|
||||
Get.toNamed("/mianPageBottomChange");
|
||||
// 执行解绑逻辑
|
||||
},
|
||||
onCancel: () {
|
||||
@@ -196,7 +196,7 @@ class BluetoothPage extends GetView {
|
||||
);
|
||||
await deviceListController
|
||||
.getDeviceList();
|
||||
Get.toNamed("/homePage");
|
||||
Get.toNamed("/mianPageBottomChange");
|
||||
},
|
||||
onCancel: () {
|
||||
// 点击取消后的逻辑
|
||||
|
||||
Reference in New Issue
Block a user