Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
muChangApp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
WitCloud
muChangApp
Commits
8dca080d
Commit
8dca080d
authored
Aug 08, 2019
by
frank
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
普通池不显示报警,
修复报警会显示打开的bug
parent
83c37506
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
config.xml
config.xml
+1
-1
mine.page.html
src/app/mine/mine.page.html
+1
-1
other.page.ts
src/app/other/other.page.ts
+4
-1
No files found.
config.xml
View file @
8dca080d
<?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>
...
...
src/app/mine/mine.page.html
View file @
8dca080d
...
...
@@ -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>
...
...
src/app/other/other.page.ts
View file @
8dca080d
...
...
@@ -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
();
// }
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment