...
|
...
|
@@ -6,8 +6,6 @@ |
|
|
|
|
|
var lazyLoad = require('yoho-jquery-lazyload');
|
|
|
|
|
|
var homePage = $('.home-page').data('page');
|
|
|
|
|
|
require('../common/header');
|
|
|
require('../common/return-top');
|
|
|
require('../plugins/slider');
|
...
|
...
|
@@ -27,11 +25,3 @@ $('.card').mouseenter(function() { |
|
|
$this.addClass('active');
|
|
|
});
|
|
|
|
|
|
|
|
|
if ($.inArray(homePage, ['men', 'women', 'lifestyle']) > -1) {
|
|
|
window.setCookie('_Channel', homePage, {
|
|
|
domain: '.yohoblk.com',
|
|
|
path: '/',
|
|
|
expires: 365
|
|
|
});
|
|
|
} |
...
|
...
|
|