Authored by ccbikai(👎🏻🍜)

hotrank 修复

... ... @@ -51,7 +51,7 @@ module.exports = {
activity: '//activity.yohobuy.com',
index: '//m.yohobuy.com'
},
useCache: true,
useCache: false,
memcache: {
master: ['127.0.0.1:11211'],
slave: ['127.0.0.1:11211'],
... ...
... ... @@ -7,6 +7,9 @@
var $ = require('yoho-jquery');
var $cart = $('#suspend-cart');
require('../common');
if ($('#remove-cart-count').length) {
$.ajax({
type: 'GET',
... ...
var $ = require('yoho-jquery'),
// Swiper = require('yoho.iswiper'),
Swiper = require('yoho-swiper'),
lazyLoad = require('yoho-jquery-lazyload'),
loading = require('../plugin/loading');
... ...