Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
刘传洋
2016-12-15 11:26:15 +0800
Commit
0b08e950d3c0320f130dc4ce9a04f1a2f1101559
1 parent
01486031
m
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/home/3party-bind.js
public/js/home/3party-bind.js
View file @
0b08e95
...
...
@@ -172,7 +172,7 @@ window.bindTip = function(ret, type, message) {
};
$
(
function
()
{
var
qs
=
queryString
();
var
qs
=
window
.
queryString
();
if
(
qs
&&
qs
.
pt
===
'bind'
)
{
$
(
'#Y_bindAccount h2.sub-title'
).
trigger
(
'click'
);
...
...
Please
register
or
login
to post a comment