|
|
var $ = require('yoho-jquery');
|
|
|
var lazyLoad = require('yoho-jquery-lazyload');
|
|
|
var Swiper = require('yoho-swiper');
|
|
|
var yoho = require('../yoho-app');
|
|
|
const $ = require('yoho-jquery');
|
|
|
const lazyLoad = require('yoho-jquery-lazyload');
|
|
|
const Swiper = require('yoho-swiper');
|
|
|
const yoho = require('../yoho-app');
|
|
|
const qs = require('yoho-qs');
|
|
|
const cookie = require('yoho-cookie');
|
|
|
|
...
|
...
|
@@ -68,6 +68,10 @@ function ceXuanFuInit() { |
|
|
let pageid = cxf.attr('pageid');
|
|
|
let href = '//activity.yoho.cn/featuresidebar/';
|
|
|
|
|
|
if ($('#sidebar').data('type') === 'link') {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
if (!pageid) {
|
|
|
return;
|
|
|
}
|
...
|
...
|
|