@@ -73,7 +73,6 @@ Page({
wx.hideLoading();
that.setStatus(data ? 3 : 4)
if (data) {
- this.compareList
that.data.connectDevice.connectType = 1;
that.data.connectDevice.state = 'online';
getCurrentPages()[0].addConnectBlueDevice(that.data.connectDevice);