更新沃棣背景适配
This commit is contained in:
@@ -422,7 +422,9 @@ class WebviewTestController extends GetControllerEx<WebviewTestModel> {
|
||||
ef.log("ws =>$x");
|
||||
if (x == EasywsState.connected) {
|
||||
try {
|
||||
if (lastSelectDevice != null && lastSelectDevice.isNotEmpty) {
|
||||
if (lastSelectDevice != null &&
|
||||
lastSelectDevice.isNotEmpty &&
|
||||
lastSelectDevice['mac'] != selectDevice['mac']) {
|
||||
List<String?> oldMacList = [
|
||||
lastSelectDevice['bind_mac_a'],
|
||||
lastSelectDevice['bind_mac_b'],
|
||||
|
||||
Reference in New Issue
Block a user