消费者关于产品可能存在缺陷的报告是发现产品缺陷隐患的重要线索,
欢迎广大消费者主动向我们反映产品安全问题,积极参与和支持缺陷产品召回和管理工作。
汽车品牌召回缺陷车型召回
排名品牌单位(辆)
-
1
北京奔驰
2,718,117
-
2
北京现代
425,201
-
3
一汽-奥迪
317,483
-
4
奇瑞汽车
82,867
-
5
广汽丰田
44,408
排名车型单位(辆)
-
1
现代全新途胜
425,201
-
2
奥迪 A6L
317,483
-
3
奔驰 C-Class
220,790
-
4
奔驰 E-Class
203,009
-
5
奇瑞瑞虎3X
82,867
';
htmlstr += '
';
htmlstr += '
';
if (window.innerWidth < 1024) {
htmlstr += '
'+data.data.list[i].brief+'
';
} else {
htmlstr += '
'+data.data.list[i].brief+'
';
}
htmlstr += '
';
htmlstr += '
' + fous_Date[0] +'';
var KeyWord=data.data.list[i].keywords.split(",");
var num_video = "";
if (window.innerWidth < 1024) {
if(KeyWord.length>1){
num_video = 1;
}else{
num_video = KeyWord.length;
}
for(var j=0;j2){
num_video = 3;
}else{
num_video = KeyWord.length;
}
for(var j=0;j'+KeyWord[j]+'';
}
}
htmlstr+='';
}
$(".erjicar19295_ind01 .con ul").append(htmlstr);
//截字
wrapText();
Echo.init({
offset: 0, //离可视区域多少像素的图片可以被加载
throttle:10 //图片延时多少毫秒加载
});
$(".erjicar19295_ind01 .more").show();
//分享
$(".erjicar19295_ind01 ul li .text_con .bottom").each(function(i){
$(this).find(".share a").unbind().click(function(){
var href=$(".erjicar19295_ind01 ul li").eq(i).find(".image a").attr("href");
var title=$(".erjicar19295_ind01 ul li").eq(i).find(".text_con .title a").text();
var shaimg=$(".erjicar19295_ind01 ul li").eq(i).find(".image img").attr("src");
var shabrief=$(".erjicar19295_ind01 ul li").eq(i).find(".text_con .brief a").text();
shareObj.shareUrl = href;
shareObj.shareTitle = title;
shareObj.pic = shaimg;
shareObj.summary = shabrief;
if($(this).hasClass("weixin")){
$(".erjicar19295_ind01 .con ul li .bottom .share a.weixin").removeClass('cur');
if($(this).parents(".share").find(".ind04cntvshare_weixin").length>0){
$(".erjicar19295_ind01 .con ul li .bottom .share a.weixin").removeClass('cur');
$(".ind04cntvshare_weixin").remove();
}else{
$(this).parents(".share").find(".weixin").addClass('cur');
$(".erjicar19295_ind01 ul li").eq(i).css("z-index","999").siblings().css("z-index","1")
requireQrcode1(i,href);
}
}
})
})
if(total<=(curPage*pageSize)){
$('.erjicar19295_ind01 .more p').text('已无更多内容').css({"background": "transparent"});
$(".erjicar19295_ind01 .more i").hide();
jiazaizhong = false;
}else{
jiazaizhong = true;
}
}
},
error:function(){}
});
}
//截字处理
$(document).ready(function () {
wrapText();
});
function wrapText() {
$("p").each(function (i) {
var $a = $(".xianzi p").eq(i);
while ($a.outerHeight() > 52) {
$a.text($a.text().replace(/(\s)*([a-zA-Z0-9]+|\W)(\.\.\.)?$/, "..."));
}
})
}
// 绑定:上拉加载更多监听
function addPullLoaderEvent() {
if(window.addEventListener) {
window.addEventListener('scroll', pullGetMore, false);//滚动条滚动执行addcomment方法
} else {
window.attachEvent('onscroll', pullGetMore);//ie滚动条滚动执行addcomment方法
}
}
function pullGetMore(ev) {
var height=getClientHeight(),// 窗口可视范围的高度
theight=getScrollTop(),//获取窗口滚动条高度
rheight=getScrollHeight(),//获取文档内容实际高度
bheight=rheight-theight-height;// 滚动条距离底部的高度
var cHeight;
if(navigator.userAgent.match(/(iPhone|iPod|Android|ios|iPad)/i)){
var screenWidth = window.screen.width;
var screenHeight = window.screen.height;
cHeight = Math.ceil(1200*screenHeight/screenWidth);
}else{
cHeight = document.documentElement.clientHeight; //可见内容区高度
}
if (bheight<=cHeight){
if(jiazaizhong){
if (bheight<=cHeight){
jiazaizhong = false;
setTimeout(function(){
curPage=curPage+1;
showli(curPage,pageSize);
//调用截字
wrapText();
},800);
}else{
if(first1){
$(".erjicar19295_ind01 .more i").hide();
$(".erjicar19295_ind01 .more p").html("已无更多内容");
$(".erjicar19295_ind01 .more").addClass("nomore");
first1=false;
}
}
}
}
}
var isFirstInit=true;
if (isFirstInit){
showli(curPage,pageSize);
//添加,上拉加载更多监听
addPullLoaderEvent();
isFirstInit=false;
}
//获取窗口可视范围的高度
function getClientHeight(){
var clientHeight=0;
if(document.body.clientHeight&&document.documentElement.clientHeight){
var clientHeight=(document.body.clientHeight
document.documentElement.clientHeight)?document.body.clientHeight:document.documentElement.clientHeight;
}
return clientHeight;
}
//获取窗口滚动条高度
function getScrollTop(){
var scrollTop=0;
if(document.documentElement&&document.documentElement.scrollTop){
scrollTop=document.documentElement.scrollTop;
}else if(document.body){
scrollTop=document.body.scrollTop;
}
return scrollTop;
}
//获取文档内容实际高度
function getScrollHeight(){
return Math.max(document.body.scrollHeight,document.documentElement.scrollHeight);
}
function requireQrcode1(index,url) {
if ($("#codeqr1").length > 1) {
$("#codeqr1").show();
} else {
createTableCode1(index,url);
}
function createTableCode1(index,url) {
$(".ind04cntvshare_weixin").remove();
var ss = '';
ss += '
';
ss += '
';
ss += '
';
ss += "
";
ss += '';
ss += "
";
$(".erjicar19295_ind01 .con ul li").eq(index).find(".bottom .share").append(ss);
var ua = "canvas";
if (navigator.userAgent.indexOf("MSIE") > -1) {
ua = "table"
}
jQuery("#codeqr1").qrcode({
render: ua,
foreground: "#000",
background: "#FFF",
width: 102,
height: 102,
text: url
});
}
}
/*微信收起*/
$('body').click(function(e) {
var target = $(e.target);
if(!target.is('#codeqr1')&&!target.is('.erjicar19295_ind01 .con ul li .bottom .share a.weixin')){
$(".erjicar19295_ind01 .con ul li .bottom .share a.weixin").removeClass('cur');
$(".ind04cntvshare_weixin").remove()
}
if(!target.is('#codeqr')&&!target.is('.erjicar19295_slider .list_con .swiper-slide .right_text .share a.weixin')){
$(".erjicar19295_slider .list_con .swiper-slide .right_text .share a.weixin").removeClass('cur');
$(".ind01cntvshare_weixin").remove()
}
});