diff --git a/pages/100J/HBY100-J.vue b/pages/100J/HBY100-J.vue index 56fd3d0..721e2f3 100644 --- a/pages/100J/HBY100-J.vue +++ b/pages/100J/HBY100-J.vue @@ -212,42 +212,793 @@ \ No newline at end of file diff --git a/pages/common/index/index.vue b/pages/common/index/index.vue index 7c19474..e706aba 100644 --- a/pages/common/index/index.vue +++ b/pages/common/index/index.vue @@ -40,15 +40,15 @@ 设备:{{item.deviceName}} - ID:{{item.deviceImei}} + ID:{{item.deviceImei}} ID:{{item.deviceMac}} 在线 + v-if="item.onlineStatus==1">在线 离线 + v-if="item.onlineStatus==0">离线 电量:{{item.battery || '0'}}% @@ -386,7 +386,7 @@ import BleReceive from '@/utils/BleReceive'; if (res.code == 200) { //console.log("deviceTypeList=" + JSON.stringify(res.data)); this.tabs = [{ - id: '', + id: '', name: '全部设备', typeName: '全部设备' }, @@ -405,9 +405,6 @@ import BleReceive from '@/utils/BleReceive'; this.deviceList = []; this.activeTab = index; this.activeTabInfo = tab - - - this.downCallback(); }, // 获取设备列表