Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Plain Diff
Browse Files
Authored by
郭成尧
8 years ago
Commit
e02aa193029c5166da794bec6553dcea66534d39
2 parents
d92d387a
4452a57a
Merge branch 'hotfix/brandFavBug'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/product/shop.js
static/js/product/shop.js
View file @
e02aa19
...
...
@@ -902,7 +902,7 @@ function postCollect(info) {
}
}
if
(
data
.
code
===
40
1
)
{
if
(
data
.
code
===
40
0
)
{
// url = 'http://m.yohobuy.com/signin.html?refer=' + encodeURIComponent(location.href) + '&openby:yohobuy=';
// url += JSON.stringify({"action": "go.weblogin", "params": { "jumpurl": { "url": 'http://m.yohobuy.com' + location.pathname, "param": info.data }, "requesturl": { "param": {}, "url": "" }, "priority": "N" } });
url
=
data
.
url
;
...
...
Please
register
or
login
to post a comment