Authored by happyhour7

解决冲突

... ... @@ -74,8 +74,6 @@ if ($(".swiper-container").find(".swiper-slide").length > 1) {
//==============================================================================================================
<<<<<<< HEAD
=======
//centerbanner=============================================================================
var bannerSwiper = new Swiper('.swiper-container2', {
pagination : '.pagination-adv',
... ... @@ -90,7 +88,6 @@ var bannerSwiper = new Swiper('.swiper-container2', {
});
//================================================================================================
>>>>>>> ww_develop
$(".getapp").hover(function() {
$(this).find(".bitmap").show();
$("img").lazyload();
... ... @@ -122,13 +119,12 @@ $("#minEnterprise").click(function() {
$(".bitmap").hide();
$(".pop").hide();
});
=======
>>>>>>> ww_develop
$(".content").click(function() {
$(".bitmap").hide();
$(".pop").hide();
});
<<<<<<< HEAD
//企业滚动效果======================================================================================================
var minMenuHasShow = false; //小导航是否显示
var isTop = true; //滚动条是否在顶部
... ... @@ -211,33 +207,23 @@ if (document.body.scrollTop > 0 && isTop === true) {
}, 200);
isTop = true;
}
=======
>>>>>>> ww_develop
//回到顶部按钮======================================================================================================
$(".return-to-top").click(function() {
$("html,body").animate({
<<<<<<< HEAD
scrollTop: 0
}, 300, function() {
$(".return-to-top").animate({
"filter": "alpha(opacity=0)",
"-moz-opacity": "0",
opacity: "0"
=======
scrollTop : 0
}, 300, function() {
$(".return-to-top").animate({
"filter" : "alpha(opacity=0)",
"-moz-opacity" : "0",
opacity : "0"
>>>>>>> ww_develop
}, 200);
});
});
//===============================================================================================================
<<<<<<< HEAD
//子菜单交互========================================================================================================
... ... @@ -255,8 +241,6 @@ function createSubMenu(info) {
}
//================================================================================================================
=======
//子菜单交互========================================================================================================
function createSubMenu(info) {
var data = {};
... ... @@ -267,7 +251,7 @@ function createSubMenu(info) {
}
//================================================================================================================
>>>>>>> ww_develop
//频道页、首页碎片交互=================================================================================================
//mulLine.init();
... ... @@ -277,21 +261,12 @@ function dealItems() {
return;
}
<<<<<<< HEAD
var totalLineNum = 7; // 7 行
var maxTitleStrNum = 45; // 15个字
var maxDetailStrNum = 66; // 22个字
if (document.body.clientWidth < 1190) {
totalLineNum = 6; // 6 行
maxTitleStrNum = 39; // 13个字
maxDetailStrNum = 54; // 18个字
=======
var totalLineNum = 7;
// 7 行
var maxTitleStrNum = 45;
// 15个字
var maxDetailStrNum = 66;
var maxDetailStrNum = 22;
// 22个字
if (document.body.clientWidth < 1190) {
... ... @@ -301,7 +276,6 @@ function dealItems() {
// 13个字
maxDetailStrNum = 54;
// 18个字
>>>>>>> ww_develop
}
var titleLineNum = 0;
... ... @@ -335,20 +309,6 @@ function dealItems() {
});
citems = null;
}
<<<<<<< HEAD
// function fillDetail()
// {
// var citems=$(".content-item");
// if(citems.length>0)
// {
// citems.each(function(index,obj){
// var self=$(obj);
// self.find(".a-detail").fillText("detail");
//
// });
// }
// }
$(function() {
dealItems();
... ...
... ... @@ -304,11 +304,7 @@ seajs.config({
{
'jquery': 'lib/jquery',
'jquery-2.1.3': 'lib/jquery-2.1.3'
<<<<<<< HEAD
},*/
=======
},
>>>>>>> ww_develop
base: 'http://localhost:8000/',
charset: 'utf-8'
});
... ...