
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();
}
|
|
|
|
旭派电源有限公司
企业简介
3
旭派电池,源自成立于1995年的长兴玉泉电池厂,以20多年积淀与跨越,现如今已发展成为全球具有重要影响力的特大型蓄电池供应商,旭派已成为享誉全球的知名品牌,旭派电池以卓越的品质,优异的性能畅销全球,是高品质蓄电池的代名词。
挥毫梦想,旭派在浙江、江苏、江西布局发展鸿篇,5000多名旭派人戮力同心,70多亿产值响动业界,世界一流新能源品牌的杰作在此缔造传奇!
浙江长兴:浙江旭派电源有限公司,占地面积50亩;
江苏宿迁:旭派电源有限公司,占地面积1000亩;
江西宜丰:江西亚泰电器有限公司,占地面积300亩;
江西禾田新能源科技有限公司,占地面积300亩。
旭派电池,采用生产管理系统采用国际流行的MRPII(制造资源计划系统)、7S管理系统和TQM全面质量管理系统,从原料采购、样品检测、生产过程管理到成品输出,每一个环节都严格按照行业标准进行生产,以严格品控,实现行业最高水准,确保每一块电池都能够质量可靠、性能稳定。
旗下企业现已全面通过ISO9001国际质量体系认证、ISO14001环境管理体系认证。完善的质量体系认证,严格执行于每一环节,力争为消费者打造最极致的产品!
动助力车用密封铅酸蓄电池
主要用于:电动自行车、电动摩托车、电动三轮车,电动自行车、电动滑板车、小型电动助力车、高尔夫球车
电动道路车铅酸蓄电池
主要用于:电动汽车 电动摩托车 电动三轮车 高尔夫球车 旅游观光车
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)];
游客