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
zzzzzzz
2016-09-13 16:47:21 +0800
Commit
e56010be827d957304c3340910dc8afa5dd4f723
1 parent
7b1c8f61
修改参数
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/passport/login/qrCheck.js
public/js/passport/login/qrCheck.js
View file @
e56010b
...
...
@@ -11,7 +11,7 @@ var qrCheck = {
init
:
function
()
{
var
ifr
,
qr
=
this
.
getQuery
(
'qr
code
'
);
qr
=
this
.
getQuery
(
'qr'
);
if
(
qr
)
{
ifr
=
document
.
createElement
(
'iframe'
);
...
...
Please
register
or
login
to post a comment