Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
2016-11-25 20:44:40 +0800
Commit
4f41d484427b8f5d6fdfae807fb513b400d186e0
1 parent
da1567f2
解决个人中心二维码无法扫码问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/models/myqrcode.js
apps/home/models/myqrcode.js
View file @
4f41d48
...
...
@@ -9,8 +9,8 @@ exports.getQr = (params) => {
try
{
uid
=
crypto
.
decrypt
(
PASSWORD
,
decodeURIComponent
(
params
.
token
));
uid
=
parseInt
(
uid
,
10
)
}
catch
(
e
)
{
console
.
error
(
e
);
uid
=
params
.
token
;
}
...
...
Please
register
or
login
to post a comment