var testTxt = " 90";

票数:8380 排名:45

战狼(Q200)

<span style="font-size:14.0pt;line-height:150%;font-family:宋体;mso-fareast-font-family: 宋体;mso-fareast-theme-font:minor-fareast;mso-bidi-font-family:宋体">灵动俏丽、小巧别致、动力十足、西南首款家用型SUV、时尚微轿

查看详情

品牌简介

四川金迪新能源科技有限公司

四川金迪新能源科技有限公司位于中国重大技术装备制造基地——德阳市金沙江西路692号,成立于2015年4月,由四川豪特实业集团旗下的四川豪特设备有限公司投资成立,总投资1.5亿元人民币。

公司占地面积150亩,建立了与现代科技和最先进管理水平相配套的新能源汽车生产基地、新能源汽车产品研发中心和专业级检测中心,引进国际一流的汽车制造工艺和流水生产线,配备国际先进水平的制造与检测设备,具有现代化的汽车制造车间50000平方米,技术研发中心2000平方米,产品检测中心3000平方米,年新能源电动车制造能力达8万辆。

公司拥有“俏金迪”和“格菱豪特”两大注册商标,企业取得了中华人民共和国特种设备制造许可证暨场地车认证资质和ISO9001国际质量体系认证,其中,公司三轮车产品取得了国家强制性产品3C认证资质,公司低速四轮车已成为了德阳首家可上“川F”牌照的车辆。

公司秉承“以人为本、科技创新、团结拼搏、精益求精”的企业文化,打造西南电动车生产基地。公司将以卓越的品质、创新的产品、诚信的服务服务大众,竭诚欢迎与社会各界同仁携手共进。
质量 时尚 服务 性能 价美
评选规则

1.同一个手机号码,对参评项目,6小时内只能投票1次,最多只能投5个参评选项。
2.投票将核实手机号码,采用手机号码验证和图形验证。
输入手机号码后,手工拉动图形完成拼图,再输入手机验证码,进行核实登录。核实成功后,再次投票直接登录。
3.投票渠道有pc站和移动站和移动端,都以手机号作为投票依据,任选其中一渠道即可。
4.系统会自动记录投票者信息,监控投票过程,严控刷票行为,部分投票号码,将进行人工回访,进行核实。
5.发现刷票,系统将自动减去被刷票数,多次核实刷票将取消参与资格。

window._bd_share_config = { "common": { "bdSnsKey": {}, "bdText": "", "bdMini": "2", "bdMiniList": false, "bdPic": "", "bdStyle": "0", "bdSize": "24" }, "share": {}, "image": { "viewList": ["qzone", "tsina", "tqq", "renren", "weixin"], "viewText": "分享到:", "viewSize": "16" }, "selectShare": { "bdContainerClass": null, "bdSelectMiniList": ["qzone", "tsina", "tqq", "renren", "weixin"] } }; with (document) 0[(getElementsByTagName('head')[0] || body).appendChild(createElement('script')).src = 'http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion=' + ~(-new Date() / 36e5)];
  • 网友评论
游客
  • 最新评论
function tpClick(e, tid) { if (checkall()) { console.log(tid); PageMethods.postVote(1,tid, function (data) { if (data) { try { data = JSON.parse(data); if (data.data) { if (data.data == 1) { var pdom = $("#piaoshu"); if (data.url) { pdom.text(data.vcount); if (confirm("投票成功,是否参与抽奖?")) { location.href = data.url; } } else { pdom.text(data.vcount); alert("投票成功"); } } else { alert(data.data); } } else { alert("服务器异常"); } } catch (e) { alert("服务器返回异常" + e); } } else { alert("服务器处理异常"); } }, function (err) { alert("投票失败,请稍后再试"); }); } } function checkCode() { PageMethods.checkCode($("#txt_mobile").val(), $("#txt_code").val(), funReady2, funError2); } function funReady2(result) { if (result == "1") { $("#div_code").html("正确!") } else { $("#div_code").html("验证码错误!") return false; } } function funError2(err) { alert("Error:" + err._message); } function GetDomID(str) { return document.getElementById(str); } var strcheck = 1; var stroption = 0; var strphone = 0; function checkall() { if ( !onblurMobile()) { return false; } else { return true; } } function check() { var a = "90"; var ids = ''; var flag = 0; $("input[name=" + a + "]:checkbox").each(function () { if (true == $(this).prop('checked')) { ids += '1|'; flag += 1; } else { ids += '0|'; } }) if (0 < flag) { $("#ids").attr("value", ids); $("#div_checkbox").html(""); return true; } else { $("#div_checkbox").html("请至少选择一项此品牌的优点!"); return false; } } function onblurMobile() { var re = /^((\(\d{3}\))|(\d{3}\-))?0?1[34578][0-9]\d{8}([,]((\(\d{3}\))|(\d{3}\-))?0?1[34578][0-9]\d{8}){0,2}$/; var txtMobile = $("#txt_mobile").val(); var divMobile = GetDomID("div_mobile"); if (txtMobile == '') { divMobile.innerHTML = '请填写手机号码'; $("#txt_mobile").focus(); strphone = 0; return false; } else if (re.test(txtMobile)) { divMobile.innerHTML = '
填写正确!
'; strphone = 1; return true; } else { divMobile.innerHTML = '请填写正确的号码。'; strphone = 0; return false; } return false; } function checkmobile() { if (onblurMobile()) { var oval = document.getElementById('txt_mobile').value; chMobilePhone(oval); } } function chMobilePhone(src) { $.ajax({ //要用post方式 type: "Post", //方法所在页面和方法名 url: '/ajax/checkedmobile.ashx', data: { ac: src, type: "user" }, //contentType: "application/json; charset=utf-8", //dataType: "json", success: function (data) { //返回的数据用data.d获取内容 if (data == 1) { var divMobile = GetDomID("div_mobile"); divMobile.innerHTML = '
您的手机已验证过,请点击登录按钮!
'; $("#ckmobile").hide(); } else { var divMobile = GetDomID("div_mobile"); divMobile.innerHTML = '
填写正确,请点击获取验证按钮,获取手机验证码!
'; $("#ckmobile").show(); } }, error: function (err) { strphone = 0; //alert(err); } }); } function share(id, type) { //var share_url = "http://www.cnev.cn/share/" + type + "/" + id + "/"; var share_url = "share.aspx?id="+id+"&type="+type; window.open(share_url); } $(function () { $(".FX").hover(function () { $(this).find(".shared").animate({ width: "120px" }, 200); }) }) $(function () { $("section section hgroup").mouseleave(function () { $(".shared").animate({ width: "0px" }, 200); }) }) function changeimg() { $(".toupiao img").attr("src", "ValidateCode.aspx?id="+Math.random()*1000); } function setempty(id) { document.getElementById("" + id + "").value = ""; } function checkinfo() { var New = document.getElementsByName("identy"); var strNew = ''; for (var i = 0; i < New.length; i++) { if (New[i].checked) strNew = New[i].value; } if (strNew == "") { alert("请选择类型!"); return false; } if (document.getElementById("name").value.trim() == "") { alert("请输入用户名!"); return false; } var phone = document.getElementById("phone").value.trim(); var partten = /^(\d{3,4}\-)?\d{7,8}$/i; //座机格式是 010-98909899 //var partten = /^0(([1-9]\d)|([3-9]\d{2}))\d{8}$/; 没有中间那段 -的 座机格式是 01098909899 var zuoji = partten.test(phone); //判断手机格式可以用 var re = /^[1][34578][0-9]{9}$/; var shouji = re.test(phone); if (zuoji || shouji) { } else { alert("你输入的手机号码有误!") return false; } if (document.getElementById("address").value.trim() == "" ) { alert("请输入详细地址!"); return false; } } String.prototype.trim = function () { return this.replace(/(^\s*)|(\s*$)/g, ""); } String.prototype.ltrim = function () { return this.replace(/(^\s*)/g, ""); } String.prototype.rtrim = function () { return this.replace(/(\s*$)/g, ""); } function setempty(id) { document.getElementById("" + id + "").value = ""; }
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F28c6ffe01a3cf194d3444e9e3c81ab05' type='text/javascript'%3E%3C/script%3E"));
var config = { url: window.location, title: '候选车型-战狼(Q200)-2017年度微型电动汽车网络评选', desc: '2017年度微型电动汽车网络评选', img: 'http://ydjk.cnev.cn/cnevapp.png', img_title: '中国电动汽车网', from: '中国电动汽车网' }; var share_obj = new nativeShare('nativeShare', config); wx.config({ debug: false, appId: 'wx20325f146bf21b53', timestamp:1713507396, nonceStr: '178qSGopu64JYUst', signature: '837f3e0f9d9365e65b280f929c7e20d0baf39062', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo' , 'chooseWXPay' ] }); wx.checkJsApi({ jsApiList: ['chooseImage'], // 需要检测的JS接口列表,所有JS接口列表见附录2, success: function(res) { console.log("验证成功!"); } }); wx.ready(function () { console.log("验证成功!"); wx.onMenuShareTimeline({ title: '俏金迪车型战狼(Q200)参加2017年微型电动汽车网络评选活动,请为我加油助威!', link: 'http://mtp2017.cnev.cn/hxcxdetail.aspx?id=90&type=1', imgUrl: 'http://img.cnev.cn/toupiao/20171011052756306_c.jpg', trigger: function (res) { console.log("用户点击分享给朋友!"); }, success: function (res) { console.log("已分享!"); }, cancel: function (res) { console.log("已分享!"); }, fail: function (res) { console.log(JSON.stringify(res)); } }); wx.onMenuShareAppMessage({ title: '俏金迪车型战狼(Q200)参加2017年微型电动汽车网络评选活动,请为我加油助威!', link: 'http://mtp2017.cnev.cn/hxcxdetail.aspx?id=90&type=1', imgUrl: 'http://img.cnev.cn/toupiao/20171011052756306_c.jpg', trigger: function (res) { console.log("用户点击发送给朋友!"); }, success: function (res) { console.log("已发送!"); }, cancel: function (res) { console.log("已发送!"); }, fail: function (res) { console.log(JSON.stringify(res)); } }); });