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();
}
|
|
|
|
深圳市比克动力电池有限公司
企业简介
12
深圳市比克动力电池有限公司成立于2001年,是一家集锂离子电池研发、生产、销售为一体的国家高新技术企业。目前有深圳和郑州两个生产基地,电芯日产达均达百万只,位居世界专业锂离子电池制造商前列。
公司产品和服务包括圆柱、方型和聚合物电芯,以及电池封装、电池解决方案等,主要应用于新能源汽车、数码产品及后备储能等领域。
尤其在动力电池领域,公司即与江淮、众泰、一汽、海马、东风等传统车企密切合作,同时也为云度、奇点、小鹏等新能源互联网新锐品牌提供强力“芯”脏。公司产品全面覆盖新能源乘用车、商用车、专用车等应用。
比克电池从锂电池起步,迎着新能源汽车产业发展的东风将向产业下游延伸,打造以“锂能源”为基础的“绿色锂电生态链”。
圆柱电芯
圆柱电池为比克最为成熟稳定的产品之一,目前已形成多品种多产线齐头并进的格局,产品涵盖18650、26650、26700等型号电芯,应用范围包括数码产品及新能源汽车等领域。
尤其是在新能源汽车动力电池方向,2006年,比克建成了我国第一条全自动18650电池生产线,经过近十年的研发、生产突破,比克的圆柱电芯产品已经实现了安全性、一致性、长寿命、低成本的结合,走在了行业前列。
此外,比克还可专业定制电池模组、整车电池包,为客户提供从电芯到动力系统集成的整体化解决方案。
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)];
游客