Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
2016-11-28 18:04:50 +0800
Commit
9a139d6eb4c99690d8e68f7d53ebc724abb29f5e
1 parent
f765d24c
decode
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web-static/js/common.js
web-static/js/common.js
View file @
9a139d6
...
...
@@ -84,7 +84,7 @@ function getProfileName() {
return
0
;
}
return
user
[
0
]
;
return
decodeURIComponent
(
user
[
0
])
;
}
function
getShoppingKey
()
{
...
...
Please
register
or
login
to post a comment