2013中國自主品牌發展現狀白皮書
12月16日正式公布,敬請期待!
三家機構強強聯手,引領行業聚焦自主品牌,深度調研,采
集用戶真實口碑,引導用戶關注和正視自主品牌。
- 汽車垂直媒體用戶行為分析及行業案例。
- 收集統計以搜索引擎為來源的用戶行為數據。
- 匯總分析各方用戶信息,洞察市場現狀及前景。
自主品牌10月內容季
- 景逸X5是東風風行推出的一款城市SUV...
- 五菱宏光S完全是一個熟悉的新面孔...
|
自主品牌評選互動討論
自10月10日起到12月26日,關注汽車點評"大國崛起.2013自主品牌季"活動,評論并轉發汽車點評#自主品牌汽車#話題的相關內容,每天都將有機會獲得汽車點評送出的汽車模型、加油卡、精美小禮品等大獎哦,輕松互動驚喜重重!
|
|
車型推薦指數:
服務推薦指數:
';
brandStr += '';
if(idx%5 == 4 ) {
brandStr += ''
}
p2lineId[item.brandId] = p;
});
}
$("#brandList").empty();
$("#brandList").html(brandStr);
}
brand();
showTheBrand(nowBrandId, 'Prev')
//品牌特效
function showTheBrand(brandId, dis) {
var preId = 'Prve';
var nextId = 'next';
if(brandList) {
$.each(brandList, function(idx,item) {
if(item.brandId == brandId) {
$("#brandNameInput").val('眾泰Z300');
$("#"+brandId+"brandSelect").addClass("cure");
$("#"+item.brandId+preId).hide();
$("#"+item.brandId+nextId).show();
for(var i=1; i<=maxPage; i++) {
if(p2lineId[brandId] == i)
$("#"+i).show();
else
$("#"+i).hide();
}
} else {
$("#"+brandId+"brandSelect").removeClass("cure");
$("#"+item.brandId+preId).show();
$("#"+item.brandId+nextId).hide();
}
});
}
}
//分頁
function page(p) {
if(0 == p) p=defaultPage;
for(var i=1; i<= maxPage; i++) {
if(i == p)
$("#"+p).show();
else
$("#"+i).hide();
}
}
function upPage(dis) {
if('left' == dis && nowPage < maxPage)
nowPage++;
else if('right' == dis && nowPage>1) {
nowPage--;
} else if('maxPage' == dis)
nowPage = maxPage;
else if('minPage' == dis)
nowPage = 1;
page(nowPage);
}
//車系
//車類型圖片
var carLevel = new Array();
carLevel[1] = '1';//微型車
carLevel[2] = '2';//小型車
carLevel[3] = '3';//緊湊型車
carLevel[4] = '5';//中型車
//carLevel[5] = '5';//中大型車
carLevel[8] = '4';//SUV
carLevel[7] = '6';//mpv
function line(brandId) {
if (0 == brandId) brandId=nowBrandId;
var carLevelSrc='';
var p=1;
if(LineList[brandId]) {
var lineStr = '';
var isShow='';
$.each(LineList[brandId], function(idx, item) {
carLevelSrc = false;
if(carLevel[item.levelId]) {
carLevelSrc = carLevel[item.levelId];
}
if(idx%6 == 0) {
if(1 != p)
isShow = " style='display:none'";
lineStr += '
';
p++;
}
lineStr += '
';
lineStr += '
';
lineStr += '
';
lineStr += '';
lineStr += '
';
lineStr += '
';
lineStr += '
車型推薦指數:';
lineStr += '
';
lineStr += '';
lineStr += '';
lineStr += '';
lineStr += '';
lineStr += '
';
lineStr += '
服務推薦指數:';
lineStr += '
';
lineStr += '';
lineStr += '';
lineStr += '';
lineStr += '';
lineStr += '
';
lineStr += '
確認投票';
if(carLevelSrc)
lineStr += '

';
lineStr += '
';
if(idx%6 == 5) {
lineStr += '
';
}
});
}
$("#lineShow").html(lineStr);
showPage(brandId, p, 1);
}
line(0);
//分頁
function showPage(brandId, total, nowP) {
if(total > 1) {
var pageStr = '';
var classStr= '';
for(var j=1; j
'+j+'';
}
$("#lineListPage").html(pageStr);
}
}
//車系分頁展示
function showLineList(brandId, page, total) {
var id=brandId+'lineShow';
for(var i=1; i網友['+item.lineScore+'分,'+item.serScore+'分]'+item.lineName+''+item.msg+'
';
$("#msgList").append(str);
});
}
});
}
getMstList();
//品牌下拉菜單
function showBrandSelect() {
$("#brandSelect").toggle();
}
//編輯說和排行榜
var str = '';
var levelBrand = [1, 3, 2, 4, 8, 7, 10, 11];
function getData() {
var url='//active.xgo.com.cn/topic/2013/topic0830/data.php?callback=?';
$.getJSON(url, {
"act":'news',
rand:(new Date()).getTime()
}, function(callback){
$("#guides").empty();
//導購
$.each(callback.guides, function(idx, item){
str = ""+item.title+"";
$("#guides").append(str);
});
//評測
$("#reviews").empty();
$.each(callback.reviews, function(idx, item){
str = ""+item.title+"";
$("#reviews").append(str);
});
//排行榜
$.each(levelBrand, function(bidx,bitem){
var i=0;
$.each(callback.rank[bitem], function(idx,item){
i++;
if(idx == 0) {
str = '1.- '+item.showName+'
- 用戶推薦值:
- '+item.dayhits+'
';
} else if(idx==1 || idx==2) {
str = '';
} else {
str = '';
}
$("#car"+bitem).append(str);
});
});
});
}
document.onmousedown=function() {
var evt=arguments[0] || window.event
var obj = evt.srcElement ? evt.srcElement : evt.target;
just_nodes(obj);
}
function just_nodes(ele){
if(ele.parentNode.tagName){
var parent_node = ele.parentNode.tagName.toLowerCase();
if((parent_node == "body")||(parent_node == "html")){
$("#brandSelect").hide();
}
}
}
getData();
var box=document.getElementById("msgList"),can=true;
box.innerHTML+=box.innerHTML;
box.onmouseover=function(){can=false};
box.onmouseout=function(){can=true};
new function (){
var stop=box.scrollTop%18==0&&!can;
if(!stop)box.scrollTop==parseInt(box.scrollHeight/2)?box.scrollTop=0:box.scrollTop++;
setTimeout(arguments.callee,box.scrollTop%18?10:1000);
};
function backtop() {
window.location.href='#top';
}
var today = new Date();
var startTime1="2013-09-18";
var endTime1="2014-01-02";
var startTime2="2014-01-02";
var endTime2="2014-01-16";
var startTime3="2014-01-16";
var endTime3="2014-01-17";
var startTime4="2014-01-17";
var endTime4="2014-01-18";
var start1=new Date(startTime1.replace("-", "/").replace("-", "/"));
var end1=new Date(endTime1.replace("-", "/").replace("-", "/"));
var start2=new Date(startTime2.replace("-", "/").replace("-", "/"));
var end2=new Date(endTime2.replace("-", "/").replace("-", "/"));
var start3=new Date(startTime3.replace("-", "/").replace("-", "/"));
var end3=new Date(endTime3.replace("-", "/").replace("-", "/"));
var start4=new Date(startTime4.replace("-", "/").replace("-", "/"));
var end4=new Date(endTime4.replace("-", "/").replace("-", "/"));
if(start1 < today && today < end1) {
$("#heli_Light1").attr("class", "heli_light1");
} else {
$("#heli_Light1").attr("class", "heli_light");
}
if(start2 < today && today < end2) {
$("#heli_Light2").attr("class", "heli_light2");
} else {
$("#heli_Light2").attr("class", "heli_light");
}
if(start3 < today && today < end3) {
$("#heli_Light3").attr("class", "heli_light3");
} else {
$("#heli_Light3").attr("class", "heli_light");
}
if(start4 < today && today < end4) {
$("#heli_Light4").attr("class", "heli_light4");
} else {
$("#heli_Light4").attr("class", "heli_light");
}