Authored by zhangxiaoru

guangCache

... ... @@ -60,7 +60,7 @@ const editor = (req, res, next) => {
} else {
return next();
}
}).catch(next);
};
... ... @@ -178,7 +178,7 @@ const tag = (req, res, next) => {
};
responseData.pageHeader.navTitle = param.tag || '标签';
... ...
... ... @@ -197,17 +197,17 @@ $('img').on('load', function() {
// pagecache 前端判断是否显示头
var param = location.search;
var isHeader = navigator.userAgent.indexOf('MicroMessenger') > -1 || param.indexOf('app_version') > -1 || param.indexOf('appVersion') > -1;
isHeader && $('#yoho-header').remove();
if ($('.guang-detail-page').hasClass('guang-detail')) {
useIscroll = true;
} else if($('.guang-detail-page').hasClass('guang-ezine')) {
} else if ($('.guang-detail-page').hasClass('guang-ezine')) {
useIscroll = false;
}
$('.main-wrap').css({
position: 'static'
})
});
pageInIscroll = isIphone && useIscroll;
... ...