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
269e738e
Commit
269e738e
authored
Jan 30, 2018
by
wjd
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jianxiang' into 'debug'
1.多语言更改 See merge request iot-project-js/doorlock!31
parents
6188e2df
eacd00d5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
1 deletions
+10
-1
dev/src/lang/en.json
+4
-0
dev/src/lang/zh.json
+4
-0
dev/src/view/device/v_index.js
+1
-0
web/resources/image/green_addUnlckInfo_icon.png
+0
-0
web/view/doorlockUsers/doorlockUser.html
+1
-1
No files found.
dev/src/lang/en.json
View file @
269e738e
...
@@ -394,5 +394,8 @@
...
@@ -394,5 +394,8 @@
"tip"
:
"版本更新"
,
"tip"
:
"版本更新"
,
"update"
:
"更新"
,
"update"
:
"更新"
,
"miss"
:
"暂不更新"
"miss"
:
"暂不更新"
},
"textTip"
:{
"textType"
:
"请输入中文、字母和数字"
}
}
}
}
\ No newline at end of file
dev/src/lang/zh.json
View file @
269e738e
...
@@ -394,5 +394,8 @@
...
@@ -394,5 +394,8 @@
"tip"
:
"版本更新"
,
"tip"
:
"版本更新"
,
"update"
:
"更新"
,
"update"
:
"更新"
,
"miss"
:
"暂不更新"
"miss"
:
"暂不更新"
},
"textTip"
:{
"textType"
:
"请输入中文、字母和数字"
}
}
}
}
\ No newline at end of file
dev/src/view/device/v_index.js
View file @
269e738e
...
@@ -872,6 +872,7 @@ async function sdsDataPorcessing(self, data){
...
@@ -872,6 +872,7 @@ async function sdsDataPorcessing(self, data){
self
.
setValueRemoteOpendoor
(
false
);
self
.
setValueRemoteOpendoor
(
false
);
self
.
setRemoteOpendoorDisabledFlag
(
true
);
self
.
setRemoteOpendoorDisabledFlag
(
true
);
self
.
setRemoteOpendoorShowFlag
(
false
);
self
.
setRemoteOpendoorShowFlag
(
false
);
window
.
clearTimeout
(
self
.
remoteTime
);
}
}
});
});
}
else
{
}
else
{
...
...
web/resources/image/green_addUnlckInfo_icon.png
View replaced file @
6188e2df
View file @
269e738e
2.27 KB
|
W:
|
H:
2.92 KB
|
W:
|
H:
2-up
Swipe
Onion skin
web/view/doorlockUsers/doorlockUser.html
View file @
269e738e
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
<u-button
:init-param=
"componentsConfig.bindButton.initParam"
class=
"userInfo-toBind"
v-on:u-button-tap=
"onBindButtonTap"
v-show=
"bindShowFlag && !role"
></u-button>
<u-button
:init-param=
"componentsConfig.bindButton.initParam"
class=
"userInfo-toBind"
v-on:u-button-tap=
"onBindButtonTap"
v-show=
"bindShowFlag && !role"
></u-button>
<u-button
:init-param=
"componentsConfig.unbindButton.initParam"
v-on:u-button-tap=
"onUnbindButtonTap"
v-show=
"(unbindShowFlag && !role && userInfo.role != 0)"
></u-button>
<u-button
:init-param=
"componentsConfig.unbindButton.initParam"
v-on:u-button-tap=
"onUnbindButtonTap"
v-show=
"(unbindShowFlag && !role && userInfo.role != 0)"
></u-button>
</li>
</li>
<v-touch
tag=
"li"
v-on:tap=
"onBindUnlockInfoTap"
>
{{ $t('doorlockUser.bindUnlockInfo') }}
</v-touch>
<v-touch
tag=
"li"
v-on:tap=
"onBindUnlockInfoTap"
v-show=
"!role"
>
{{ $t('doorlockUser.bindUnlockInfo') }}
</v-touch>
<v-touch
tag=
"li"
v-bind:class=
"[{disabled: isFirstAddUser}]"
v-on:tap=
"onEditNameTap"
v-show=
"!role"
>
{{ $t('doorlockUser.editUsername') }}
</v-touch>
<v-touch
tag=
"li"
v-bind:class=
"[{disabled: isFirstAddUser}]"
v-on:tap=
"onEditNameTap"
v-show=
"!role"
>
{{ $t('doorlockUser.editUsername') }}
</v-touch>
<v-touch
tag=
"li"
v-bind:class=
"[{disabled: isFirstAddUser}]"
v-on:tap=
"onOpendoorRecordTap"
>
{{ $t('doorlockUser.opendoorRecord') }}
</v-touch>
<v-touch
tag=
"li"
v-bind:class=
"[{disabled: isFirstAddUser}]"
v-on:tap=
"onOpendoorRecordTap"
>
{{ $t('doorlockUser.opendoorRecord') }}
</v-touch>
</ul>
</ul>
...
...
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