currency-new.page.js
348 Bytes
/**
* 新有货币界面
*/
var $ = require('yoho-jquery'),
lazyLoad = require('yoho-jquery-lazyload');
require('../common');
lazyLoad($('img.lazy'));
function getGender() {
return window.cookie('_Channel') || 'boys';
}
require('../channel/maybe-like')(getGender());
if($('#goods-list').length === 0) {
$('.maybe-like').hide();
}