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