投票前请先用手机验证并登录
function RndNum(n) { var rnd = ""; for (var i = 0; i < n; i++) rnd += Math.floor(Math.random() * 10); return rnd; } var xxx = RndNum(3); var handler = function (captchaObj) { /*$("#btn_getcode1").click(function (e) { onblurMobile(); var validate = captchaObj.getValidate(); if (!validate) { $("#notice")[0].className = "show"; setTimeout(function () { $("#notice")[0].className = "hide"; }, 2000); e.preventDefault(); } else { $("#hcaptcha").val("1"); showtime(60); SendMobileCode(); } });*/ // 将验证码加到id为captcha的元素里 console.log(captchaObj); console.log(JSON.stringify(captchaObj)); //console.log(captchaObj.dom.innerHTML); captchaObj.appendTo("#pop"); /*captchaObj.onReady(function () { $("#wait")[0].className = "hide"; });*/ }; function showCode() { if (onblurMobile()) { $("#pop").html(""); $.ajax({ // 获取id,challenge,success(是否启用failback) url: "/tools/getcaptcha.aspx?t=" + xxx + "&mobile=" + $("#txt_mobile").val() + "", type: "get", dataType: "json", // 使用jsonp格式 success: function (data) { // 使用initGeetest接口 // 参数1:配置参数,与创建Geetest实例时接受的参数一致 // 参数2:回调,回调的第一个参数验证码对象,之后可以使用它做appendTo之类的事件 initGeetest({ width: '100%', gt: data.gt, challenge: data.challenge, product: "embed", // 产品形式 offline: !data.success }, function (captchaObj) { captchaObj.appendTo("#pop"); captchaObj.onSuccess(function () { console.log("success"); $("#hcaptcha").val("1"); showtime(60); $("#pop").hide(); var validate = captchaObj.getValidate(); SendMobileCode(validate); }); window.captchaObj = captchaObj; }); } }); $("#pop").show(); } } function SendMobileCode(validate) { des = "tb"; console.log(PageMethods); PageMethods.SendMobileCode($("#txt_mobile").val(), validate.geetest_challenge, validate.geetest_validate, validate.geetest_seccode, funReady, funError); } function funReady(result) { result = JSON.parse(result); if (result.data == 1) { $("#div_captcha").val("验证码已发送!") } else { alert(result.data); } } function funError(err) { alert("Error:" + err._message); } function showtime(t) { document.getElementById("btn_getcode").disabled = true; for (i = 1; i <= t; i++) { window.setTimeout("update_p(" + i + "," + t + ")", i * 1000); } } function update_p(num, t) { if (num == t) { document.getElementById("btn_getcode").value = " 重新发送 "; document.getElementById("btn_getcode").disabled = false; } else { printnr = t - num; document.getElementById("btn_getcode").value = " (" + printnr + ")秒后重新发送"; } } function checkCode() { PageMethods.checkCode($("#txt_mobile").val(), $("#txt_code").val(), funReady2, funError2); } function funReady2(result) { if (result == "1") { $("#div_code").html("正确!") return true; } else { $("#div_code").html("验证码错误!") return false; } } function funError2(err) { alert("Error:" + err._message); } function getmobilecode() { onblurMobile(); showtime(60); SendMobileCode(); }


电池品牌企业评选标准:

由企业综合实力和专家意见综合打分
综合实力:
最主要是看企业规模,团队实力,市场占有率,增加趋势等指标
评审专家:
1.各大电动汽车整车厂家的技术负责人
2.专业的测试机构专家

  • 网友评论
游客
  • 最新评论
  • 祝愿永创辉煌,走出国门,销往全世界

    原评论:
    17:03 84 33

    丽驰很好,老板售后也挺好的。老板儿子高大帅气,更好。太棒了。支持😁

    原评论:
    21:58 2 2

    9-12月,怎么现在结束了?

    原评论:
    12:11 0 2

    电池续航能力强,寿命长!售后服务好!值得信赖!

    原评论:
    22:53 1 2

    郑州工厂很大,湖北的更大

    原评论:
    11:49 0 2

    北京国能电池加油!

    原评论:
    11:49 0 2

    北京国能电池加油

    原评论:
    10:06 0 2

    技术指标达到国际先进水平

    原评论:
    10:03 0 2

    郑州工厂很大

    原评论:
    09:55 0 2

    每天可做可多手机号码验投票

    原评论:
    09:46 0 2

    售后服务挺好

    原评论:
    09:43 0 2

    每天可做手机号码验证投票。

    原评论:
    09:22 11 6

    你好!安徽舒城有代理点吗?

    原评论:
    15:30 0 2

    每天可做可多手机号码验证连续投票,6小时后可再投。

    原评论:
    17:35 0 3

    创新,节能,高效,发展

    原评论:
    14:49 0 2

    电池能多搞点优惠活动吗?毕竟电池是车上最大的配件,又有寿命,是花钱最多的地方了。

    原评论:
    23:56 7 4

    真的假的?

    原评论: 81936337
    半年前还没做老年代步车电池…
    21:40 0 2

    好评

    原评论:
    20:51 0 2

    增压器选田禾,质量杠杠滴

    原评论:
    22:32 2 2

    千航锂电池质量就是好

    原评论:
    19:15 0 2
function tpClick(e, tid) { if (checkall()) { console.log(tid); PageMethods.postVote(tid, function (data) { if (data) { try { data = JSON.parse(data); if (data.data) { if (data.data == 1) { var pdom = $($(e).parent().parent().find(".piaos")[1]); 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 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 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 = '请填写手机号码'; 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() { var oval = document.getElementById('txt_mobile').value; if (oval.length == 11) { if (/^13\d{9}$/g.test(oval) || (/^15\d{9}$/g.test(oval))|| (/^18\d{9}$/g.test(oval))|| (/^17\d{9}$/g.test(oval))) { chMobilePhone(oval); } else { strphone = 0; return false; } } } 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) { $("#ckmobile").addClass("dis"); } else { $("#ckmobile").addClass("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); }) var ua = navigator.userAgent.toLowerCase();//获取判断用的对象 if (ua.match(/MicroMessenger/i) == "micromessenger") { $("#wxb").show(); } }) $(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 checksch() { if (document.getElementById("searchtext").value.trim() == "" || document.getElementById("searchtext").value.trim() == "搜索品牌名称") { alert("请输入查询条件!"); document.getElementById("searchtext").focus(); 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 = ""; } wx.config({ debug: false, appId: 'wx20325f146bf21b53', timestamp:1713591995, nonceStr: '5kmxaALRCy8roQcP', signature: '55be8452afe898b71230c6c2efce5b6e8a94faa7', 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: '优秀电池品牌列表-2017年微型电动汽车网络评选活动', link: 'http://mtp2017.cnev.cn/pj/dc.aspx', imgUrl: 'http://mtp2017.cnev.cn/mbrand/images/bj_01.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: '优秀电池品牌列表-2017年微型电动汽车网络评选活动', link: 'http://mtp2017.cnev.cn/pj/dc.aspx', imgUrl: 'http://mtp2017.cnev.cn/mbrand/images/bj_01.jpg', trigger: function (res) { console.log("用户点击发送给朋友!"); }, success: function (res) { console.log("已发送!"); }, cancel: function (res) { console.log("已发送!"); }, fail: function (res) { console.log(JSON.stringify(res)); } }); });