|
@@ -79,13 +79,14 @@ Page({
|
|
|
|
|
|
deviceMacId: null,
|
|
|
deviceListSelect: null,
|
|
|
- deviceList: [{
|
|
|
- "connectType": 3,
|
|
|
- // "mac": "AIrSMArT_861210052356337",
|
|
|
- // "deviceId": "D0:31:10:86:AC:9A"
|
|
|
- "name": "MW-X4(BZK)",
|
|
|
- "deviceId": "AIrSMArT_861210052356337"
|
|
|
- }],
|
|
|
+ deviceList:[],
|
|
|
+ // deviceList: [{
|
|
|
+ // "connectType": 3,
|
|
|
+ // // "mac": "AIrSMArT_861210052356337",
|
|
|
+ // // "deviceId": "D0:31:10:86:AC:9A"
|
|
|
+ // "name": "MW-X4(BZK)",
|
|
|
+ // "deviceId": "AIrSMArT_861210052356337"
|
|
|
+ // }],
|
|
|
_willConnectBle: null,
|
|
|
_hasShowModal: null,
|
|
|
// deviceList: [{
|