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:12 +0800
Commit
f605380c59a84326befd8bd09e61218c28c884e9
1 parent
8951f31d
'mg-shop-page-cache'
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
apps/product/router.js
public/js/product/search/list.js
public/js/product/shop/shop.js
apps/product/router.js
View file @
f605380
...
...
@@ -33,7 +33,7 @@ const list = require(`${cRoot}/list`);
// 新品到着 controller
const
news
=
require
(
`
$
{
cRoot
}
/new`
)
;
//热销排行榜
//
热销排行榜
const
newsale
=
require
(
`
$
{
cRoot
}
/newsale`
)
;
// recom
...
...
public/js/product/search/list.js
View file @
f605380
...
...
@@ -619,7 +619,7 @@ if ($brandHeader.length > 0) {
},
xhrFields
:
{
withCredentials
:
true
},
},
success
:
function
(
data
)
{
if
(
data
.
code
===
200
)
{
$this
.
toggleClass
(
'coled'
);
...
...
public/js/product/shop/shop.js
View file @
f605380
Please
register
or
login
to post a comment