[AI Generated]: fix(*): 修复蓝牙权限授权、bus订阅泄漏、OTA重复回调、WiFi列表容错及用户同步字段映射问题
This commit is contained in:
@@ -34,7 +34,7 @@ Component({
|
||||
}
|
||||
activeProtocol.dataFindSurroundDevice((res) => {
|
||||
wx.hideLoading();
|
||||
this.setData({ wifiList: res });
|
||||
this.setData({ wifiList: Array.isArray(res) ? res : [] });
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user