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
ccbikai(👎🏻🍜)
2016-12-08 17:23:15 +0800
Commit
aafc94dabfa0630d6b312949a52f70d93e7f677d
1 parent
9c0571a3
hotrank 修复
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
config/common.js
public/js/common/suspend-cart.js
public/js/product/hot-rank.page.js
config/common.js
View file @
aafc94d
...
...
@@ -51,7 +51,7 @@ module.exports = {
activity
:
'//activity.yohobuy.com'
,
index
:
'//m.yohobuy.com'
},
useCache
:
tru
e
,
useCache
:
fals
e
,
memcache
:
{
master
:
[
'127.0.0.1:11211'
],
slave
:
[
'127.0.0.1:11211'
],
...
...
public/js/common/suspend-cart.js
View file @
aafc94d
...
...
@@ -7,6 +7,9 @@
var
$
=
require
(
'yoho-jquery'
);
var
$cart
=
$
(
'#suspend-cart'
);
require
(
'../common'
);
if
(
$
(
'#remove-cart-count'
).
length
)
{
$
.
ajax
({
type
:
'GET'
,
...
...
public/js/product/hot-rank.page.js
View file @
aafc94d
var
$
=
require
(
'yoho-jquery'
),
// Swiper = require('yoho.iswiper'),
Swiper
=
require
(
'yoho-swiper'
),
lazyLoad
=
require
(
'yoho-jquery-lazyload'
),
loading
=
require
(
'../plugin/loading'
);
...
...
Please
register
or
login
to post a comment