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-09-28 13:48:31 +0800
Commit
de8a39eb38c6611c71924afa62d73ad91f5d2548
1 parent
f605380c
'compare-php'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
public/js/product/search/list.js
public/js/product/shop/shop.js
public/js/product/search/list.js
View file @
de8a39e
...
...
@@ -617,7 +617,7 @@ if ($brandHeader.length > 0) {
opt
:
opt
,
type
:
$brandHeader
.
data
(
'isbaseshop'
)
?
'shop'
:
'brand'
},
xhrFields
:
{
xhrFields
:
{
withCredentials
:
true
},
success
:
function
(
data
)
{
...
...
public/js/product/shop/shop.js
View file @
de8a39e
...
...
@@ -944,7 +944,7 @@ $collect.on('touchstart', function() {
opt
:
opt
,
type
:
'shop'
},
xhrFields
:
{
xhrFields
:
{
withCredentials
:
true
},
success
:
function
(
data
)
{
...
...
Please
register
or
login
to post a comment