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();
}
|
|
|
|
江西京九电源科技有限公司
企业简介
6
京九集团始创于1993年,是一家集科、工、贸于一体的专业化蓄电池企业,产能超3000万台,产值超50亿,行业综合实力名列前茅。
目前公司已在南昌、九江、宜春建立三个生产基地,南昌基地占地89000平方米,为集团管理总部和技术研发中心并承担部分总装;九江基地占地330000平方米,为极板、胶体、总装、多元铅合金加工、电解液制造为一体的全产业链生产基地;宜春基地占地200000平方米,是集团开发锂电的高新技术基地。公司现有阀控式密封铅酸蓄电池、电动车用动力电池、启动电池、储能电池、铅酸蓄电池极板等十多个系列产品。
公司现拥有员工近3000人,各类中高级技术人员400多人,公司技术力量雄厚,装备先进,先后通过ISO9001质量体系、ISO14000环境体系认证,正在进行ISO16949汽车行业体系认证,2015年5月“京球”牌商标被国家工商总局认定为“中国驰名商标”,并与中国空军、国家电网、南方电网形成长期战略合作伙伴关系,产品远销东南亚、中东、非洲、欧美等地区,深受国内外用户的好评。
公司把“稳健发展”作为最高战略,多年来,一直以“成就客户、幸福员工、回报社会”为使命;秉承“艰苦奋斗、求真务实、敬业奉献”的企业精神,与时俱进,开拓创新,为”成为全球伟大的绿色能源企业”而不懈努力,在继续健康发展的同时向主体式多元化企业迈进
3-EVF-200
产品类型:电动道路车辆用铅酸电池
运用领域:电动汽车/清扫车/观光车
产品型号:3-EVF-200
外形尺寸:260x180x270MM
产品净重:35.0±0.5Kg
6-EVF-100
产品类型:电动道路车辆用铅酸电池
运用领域:电动汽车/清扫车/观光车
产品型号:6-EVF-100
外形尺寸:330x171x214MM
产品净重:32.5±0.5Kg
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)];
游客