Commit 8dca080d authored by frank's avatar frank 🏀

普通池不显示报警,

修复报警会显示打开的bug
parent 83c37506
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.witium.muchang" version="2.3.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.witium.muchang" version="2.9.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>牧场云</name>
<description>牧场物业管理系统</description>
<author email="van_chen@foxmail.com" href="http://muchang.witium.com/">Van.chen</author>
......
......@@ -34,7 +34,7 @@
<div Button class="button" (click)="loginOut()" [type]="'primary'" style="letter-spacing: 2px">退出登录</div>
</div>
<div style="position: fixed;bottom: 20px;display: inline-block;width: 100%;text-align: center;color: #666666;font-size: 14px;">
版本信息: v2.8.1
版本信息: v2.9.1
</div>
</div>
......
......@@ -255,8 +255,11 @@ export class OtherPage implements OnInit {
this.alarmMsg.DeviceNo = value.fieldDeviceNo;
this.alarmMsg.locked = value.value === 1 ? true : false;
} else {
if ( value.fieldDeviceType === '泵' || value.fieldDeviceType === '搅拌器' ) {
value.value = value.value & 0x1;
this.devices.push(value);
}
}
});
this.initAllBtn();
// }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment