var testTxt = " 1045";
投票前请先用手机验证并登录
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({ url: "/tools/getcaptcha.aspx?t=" + xxx + "&mobile=" + $("#txt_mobile").val() + "", type: "get", dataType: "json", success: function (data) { 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 getmobilecode() { onblurMobile(); showtime(60); SendMobileCode(); }

山东孚锐动力科技有限公司

票数:8901
排名:19

企业简介

15

山东孚锐动力科技有限公司成立于2011年,是一家集锂电池研发、生产、销售于一体的高新技术企业。公司巨资引入德国全自动化动力电池封装流水线,引进德国三大核心技术,依托一流的专家团队,秉承严谨的生产工艺技术,国内首家专业生产“澳德森”牌低速电动汽车专用动力锂电池,用于电动三轮车、低速电动汽车等。


澳德森锂电池

“澳德森”动力锂电池具有优异的高倍率充放电性能,安全可靠耐用,包五年,更有中国人寿保险公司承保产品质量险

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)];
  • 网友评论
游客
  • 最新评论
  • 创新,节能,高效,发展

    原评论:
    14:49 0 2
function tpClick(e, tid) { console.info("tp"); 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 = $("#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_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 = "1045"; 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 = '请填写手机号码'; 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); }) }) $(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 config = { url: window.location, title: '山东孚锐动力科技有限公司-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:1713288785, nonceStr: 'wbMDuzJIbklrNIjf', signature: 'a08ea78a254b3337f938e5ab0c247439e5578196', 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/dcdetail.aspx?id=1045', imgUrl: 'http://img.cnev.cn/toupiao/20171013082135967_a.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/dcdetail.aspx?id=1045', imgUrl: 'http://img.cnev.cn/toupiao/20171013082135967_a.jpg', trigger: function (res) { console.log("用户点击发送给朋友!"); }, success: function (res) { console.log("已发送!"); }, cancel: function (res) { console.log("已发送!"); }, fail: function (res) { console.log(JSON.stringify(res)); } }); });