Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DoorLock
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
felix
DoorLock
Commits
ef7f1188
Commit
ef7f1188
authored
Nov 08, 2017
by
朱建香
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1108
parent
855f70a8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
dev/src/view/device/v_index.js
+3
-3
web/view/device/index.js
+3
-3
No files found.
dev/src/view/device/v_index.js
View file @
ef7f1188
...
...
@@ -738,7 +738,7 @@ function doorlockManageTap(self){
function
opendoorRecordTap
(
self
){
// if(self.getValueOpendoorRecord() == 1){
self
.
opendoorRecordFlag
=
false
;
setRecordTime
(
'openTime'
,
self
.
openTime
.
toISOString
());
//
setRecordTime('openTime', self.openTime.toISOString());
iot
.
navigator
.
openWindow
({
url
:
'./opendoorRecord.html'
,
id
:
'opendoorRecord'
,
...
...
@@ -753,7 +753,7 @@ function opendoorRecordTap(self){
function
securityAlarmTap
(
self
){
// if(self.getValueSecurityAlarm() == 1){
self
.
securityAlarmFlag
=
false
;
setRecordTime
(
'notifyTime'
,
self
.
notifyTime
.
toISOString
());
//
setRecordTime('notifyTime', self.notifyTime.toISOString());
iot
.
navigator
.
openWindow
({
url
:
'./alarmInfo.html'
,
id
:
'alarmInfo'
,
...
...
@@ -800,7 +800,7 @@ function remoteOpendoorTap(self){
function
hijackAlarmTap
(
self
){
if
(
self
.
getValueHijackAlarm
()
==
1
){
self
.
hijackAlarmFlag
=
false
;
setRecordTime
(
'alarmTime'
,
self
.
alarmTime
.
toISOString
());
//
setRecordTime('alarmTime', self.alarmTime.toISOString());
iot
.
navigator
.
openWindow
({
url
:
'./hijackRecord.html'
,
id
:
'hijackRecord'
,
...
...
web/view/device/index.js
View file @
ef7f1188
...
...
@@ -24663,7 +24663,7 @@ function doorlockManageTap(self) {
function
opendoorRecordTap
(
self
)
{
// if(self.getValueOpendoorRecord() == 1){
self
.
opendoorRecordFlag
=
false
;
setRecordTime
(
'openTime'
,
self
.
openTime
.
toISOString
());
//
setRecordTime('openTime', self.openTime.toISOString());
_public
.
iot
.
navigator
.
openWindow
({
url
:
'./opendoorRecord.html'
,
id
:
'opendoorRecord'
,
...
...
@@ -24678,7 +24678,7 @@ function opendoorRecordTap(self) {
function
securityAlarmTap
(
self
)
{
// if(self.getValueSecurityAlarm() == 1){
self
.
securityAlarmFlag
=
false
;
setRecordTime
(
'notifyTime'
,
self
.
notifyTime
.
toISOString
());
//
setRecordTime('notifyTime', self.notifyTime.toISOString());
_public
.
iot
.
navigator
.
openWindow
({
url
:
'./alarmInfo.html'
,
id
:
'alarmInfo'
,
...
...
@@ -24725,7 +24725,7 @@ function remoteOpendoorTap(self) {
function
hijackAlarmTap
(
self
)
{
if
(
self
.
getValueHijackAlarm
()
==
1
)
{
self
.
hijackAlarmFlag
=
false
;
setRecordTime
(
'alarmTime'
,
self
.
alarmTime
.
toISOString
());
//
setRecordTime('alarmTime', self.alarmTime.toISOString());
_public
.
iot
.
navigator
.
openWindow
({
url
:
'./hijackRecord.html'
,
id
:
'hijackRecord'
,
...
...
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