Showing
3 changed files
with
5 additions
and
3 deletions
@@ -51,7 +51,7 @@ module.exports = { | @@ -51,7 +51,7 @@ module.exports = { | ||
51 | activity: '//activity.yohobuy.com', | 51 | activity: '//activity.yohobuy.com', |
52 | index: '//m.yohobuy.com' | 52 | index: '//m.yohobuy.com' |
53 | }, | 53 | }, |
54 | - useCache: true, | 54 | + useCache: false, |
55 | memcache: { | 55 | memcache: { |
56 | master: ['127.0.0.1:11211'], | 56 | master: ['127.0.0.1:11211'], |
57 | slave: ['127.0.0.1:11211'], | 57 | slave: ['127.0.0.1:11211'], |
@@ -7,6 +7,9 @@ | @@ -7,6 +7,9 @@ | ||
7 | var $ = require('yoho-jquery'); | 7 | var $ = require('yoho-jquery'); |
8 | 8 | ||
9 | var $cart = $('#suspend-cart'); | 9 | var $cart = $('#suspend-cart'); |
10 | + | ||
11 | +require('../common'); | ||
12 | + | ||
10 | if ($('#remove-cart-count').length) { | 13 | if ($('#remove-cart-count').length) { |
11 | $.ajax({ | 14 | $.ajax({ |
12 | type: 'GET', | 15 | type: 'GET', |
1 | var $ = require('yoho-jquery'), | 1 | var $ = require('yoho-jquery'), |
2 | - | ||
3 | - // Swiper = require('yoho.iswiper'), | 2 | + Swiper = require('yoho-swiper'), |
4 | lazyLoad = require('yoho-jquery-lazyload'), | 3 | lazyLoad = require('yoho-jquery-lazyload'), |
5 | loading = require('../plugin/loading'); | 4 | loading = require('../plugin/loading'); |
6 | 5 |
-
Please register or login to post a comment