Authored by 梁志锋

修改代码规范

... ... @@ -28,7 +28,6 @@ var isRefreshByDelete = window.cookie('_yoho-cart-refreshByDelete') === 'true' ?
var lowStockCount = 0;
loading.showLoadingMask();
function needLoadRecommandForYou() {
... ...
... ... @@ -138,8 +138,6 @@ function checkColorSizeNum() {
return true;
}
function show(html, cb) {
if (html) {
$chosePanel.html(html);
... ... @@ -152,8 +150,7 @@ function show(html, cb) {
$('.chose-panel').show();
$num = $('#good-num');
cbFn = cb;
innerScroll.disableScroll($choseArea);
}
... ...
... ... @@ -28,6 +28,7 @@ var attachFastClick = require('./fastclick');
attachFastClick(document.body);
lazyLoad($('img.lazy'));
noticeScroll('.notice', $('.notice').data('time') * 1000);
... ...