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
朱建香
DoorLock
Commits
a5c4372f
Commit
a5c4372f
authored
Jan 03, 2018
by
朱建香
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2018/01/03
1.组件参数修改
parent
74da5c65
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
14 additions
and
13 deletions
+14
-13
dev/package.json
+1
-1
dev/src/view/device/v_alarmInfo.js
+4
-3
dev/src/view/device/v_hijackRecord.js
+3
-3
dev/src/view/device/v_opendoorRecord.js
+3
-3
web/resources/image/loading.png
+0
-0
web/view/device/alarmInfo.html
+1
-1
web/view/device/hijackRecord.html
+1
-1
web/view/device/opendoorRecord.html
+1
-1
No files found.
dev/package.json
View file @
a5c4372f
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
"iscroll"
:
"5.2.0"
,
"iscroll"
:
"5.2.0"
,
"moment"
:
"^2.18.1"
,
"moment"
:
"^2.18.1"
,
"qrcode"
:
"^0.9.0"
,
"qrcode"
:
"^0.9.0"
,
"ugen-components"
:
"^0.
2.4
"
,
"ugen-components"
:
"^0.
3.1
"
,
"underscore"
:
"1.8.3"
,
"underscore"
:
"1.8.3"
,
"vue"
:
"2.2.6"
,
"vue"
:
"2.2.6"
,
"vue-i18n"
:
"5.0.3"
,
"vue-i18n"
:
"5.0.3"
,
...
...
dev/src/view/device/v_alarmInfo.js
View file @
a5c4372f
...
@@ -49,8 +49,8 @@ function init() {
...
@@ -49,8 +49,8 @@ function init() {
this
.
deviceId
=
id
;
this
.
deviceId
=
id
;
},
},
//tap 点击加载更多
//tap 点击加载更多
onListLoad
Tap
(){
onListLoad
(){
listLoad
Tap
(
this
);
listLoad
(
this
);
},
},
onRefreshFresh
(){
onRefreshFresh
(){
refreshFresh
(
this
);
refreshFresh
(
this
);
...
@@ -155,6 +155,6 @@ mui.back = function(){
...
@@ -155,6 +155,6 @@ mui.back = function(){
}
}
//tap 点击加载更多
//tap 点击加载更多
function
listLoad
Tap
(
self
)
{
function
listLoad
(
self
)
{
resolve
(
self
);
resolve
(
self
);
}
}
\ No newline at end of file
dev/src/view/device/v_hijackRecord.js
View file @
a5c4372f
...
@@ -56,8 +56,8 @@ function init() {
...
@@ -56,8 +56,8 @@ function init() {
setUserInfo
(
info
){
setUserInfo
(
info
){
this
.
userInfo
=
info
;
this
.
userInfo
=
info
;
},
},
onListLoad
Tap
(){
onListLoad
(){
listLoad
Tap
(
this
);
listLoad
(
this
);
},
},
onRefreshFresh
(){
onRefreshFresh
(){
refreshFresh
(
this
);
refreshFresh
(
this
);
...
@@ -173,7 +173,7 @@ mui.back = function(){
...
@@ -173,7 +173,7 @@ mui.back = function(){
}
}
//tap 点击加载更多
//tap 点击加载更多
function
listLoad
Tap
(
self
)
{
function
listLoad
(
self
)
{
resolve
(
self
);
resolve
(
self
);
}
}
...
...
dev/src/view/device/v_opendoorRecord.js
View file @
a5c4372f
...
@@ -55,8 +55,8 @@ function init() {
...
@@ -55,8 +55,8 @@ function init() {
setDeviceId
(
id
){
setDeviceId
(
id
){
this
.
deviceId
=
id
;
this
.
deviceId
=
id
;
},
},
onListLoad
Tap
(){
onListLoad
(){
listLoad
Tap
(
this
);
listLoad
(
this
);
},
},
onRefreshFresh
(){
onRefreshFresh
(){
refreshFresh
(
this
);
refreshFresh
(
this
);
...
@@ -120,7 +120,7 @@ mui.back = function(){
...
@@ -120,7 +120,7 @@ mui.back = function(){
}
}
//tap 点击加载更多
//tap 点击加载更多
function
listLoad
Tap
(
self
)
{
function
listLoad
(
self
)
{
resolve
(
self
);
resolve
(
self
);
}
}
...
...
web/resources/image/loading.png
0 → 100644
View file @
a5c4372f
1.27 KB
web/view/device/alarmInfo.html
View file @
a5c4372f
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<v-touch
tag=
"span"
class=
"header-left icon"
v-on:tap=
"onBackTap"
>

</v-touch>
<v-touch
tag=
"span"
class=
"header-left icon"
v-on:tap=
"onBackTap"
>

</v-touch>
<p>
{{ $t('title.alarmInfo') }}
</p>
<p>
{{ $t('title.alarmInfo') }}
</p>
</div>
</div>
<u-list
ref=
"ulist"
:init-param=
"componentsConfig.alarmInfoList.initParam"
v-on:u-list-load
-tap=
"onListLoadTap
()"
></u-list>
<u-list
ref=
"ulist"
:init-param=
"componentsConfig.alarmInfoList.initParam"
v-on:u-list-load
=
"onListLoad
()"
></u-list>
<u-dialog
ref=
"udialog"
:init-param=
"componentsConfig.dialog.initParam"
></u-dialog>
<u-dialog
ref=
"udialog"
:init-param=
"componentsConfig.dialog.initParam"
></u-dialog>
<u-loading
ref=
"uloading"
:init-param=
"componentsConfig.loading.initParam"
></u-loading>
<u-loading
ref=
"uloading"
:init-param=
"componentsConfig.loading.initParam"
></u-loading>
</div>
</div>
...
...
web/view/device/hijackRecord.html
View file @
a5c4372f
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<v-touch
tag=
"span"
class=
"header-left icon"
v-on:tap=
"onBackTap"
>

</v-touch>
<v-touch
tag=
"span"
class=
"header-left icon"
v-on:tap=
"onBackTap"
>

</v-touch>
<p>
{{ $t('title.hijackRecord') }}
</p>
<p>
{{ $t('title.hijackRecord') }}
</p>
</div>
</div>
<u-list
ref=
"ulist"
:init-param=
"componentsConfig.hijackRecordList.initParam"
v-on:u-list-load
-tap=
"onListLoadTap
()"
></u-list>
<u-list
ref=
"ulist"
:init-param=
"componentsConfig.hijackRecordList.initParam"
v-on:u-list-load
=
"onListLoad
()"
></u-list>
<u-dialog
ref=
"udialog"
:init-param=
"componentsConfig.dialog.initParam"
></u-dialog>
<u-dialog
ref=
"udialog"
:init-param=
"componentsConfig.dialog.initParam"
></u-dialog>
<u-loading
ref=
"uloading"
:init-param=
"componentsConfig.loading.initParam"
></u-loading>
<u-loading
ref=
"uloading"
:init-param=
"componentsConfig.loading.initParam"
></u-loading>
</div>
</div>
...
...
web/view/device/opendoorRecord.html
View file @
a5c4372f
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<v-touch
tag=
"span"
class=
"header-left icon"
v-on:tap=
"onBackTap"
>

</v-touch>
<v-touch
tag=
"span"
class=
"header-left icon"
v-on:tap=
"onBackTap"
>

</v-touch>
<p>
{{ $t('title.opendoorRecord') }}
</p>
<p>
{{ $t('title.opendoorRecord') }}
</p>
</div>
</div>
<u-list
ref=
"ulist"
:init-param=
"componentsConfig.opendoorRecordList.initParam"
v-on:u-list-load
-tap=
"onListLoadTap
()"
></u-list>
<u-list
ref=
"ulist"
:init-param=
"componentsConfig.opendoorRecordList.initParam"
v-on:u-list-load
=
"onListLoad
()"
></u-list>
<u-dialog
ref=
"udialog"
:init-param=
"componentsConfig.dialog.initParam"
></u-dialog>
<u-dialog
ref=
"udialog"
:init-param=
"componentsConfig.dialog.initParam"
></u-dialog>
<u-loading
ref=
"uloading"
:init-param=
"componentsConfig.loading.initParam"
></u-loading>
<u-loading
ref=
"uloading"
:init-param=
"componentsConfig.loading.initParam"
></u-loading>
</div>
</div>
...
...
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