Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
shishuangxi
2024-03-19 09:40:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
08099a3d097e5bd33a1cd5b982071238158a20ca
08099a3d
1 parent
4212d16b
修改sha256加密
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdLogin/src/main/ets/pages/login/LoginViewModel.ets
sight_harmony/features/wdLogin/src/main/ets/pages/login/LoginViewModel.ets
View file @
08099a3
...
...
@@ -96,7 +96,7 @@ export class LoginViewModel {
for (let i = 0; i < data.length; i++) {
let temp = data[i].toString(16)
if (temp.length == 1) {
temp
+= "0"
temp
= "0"+temp
}
bufferStr += temp
...
...
Please
register
or
login
to post a comment