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();
}
|
|
|
|
常州市武进红光无线电有限公司
企业简介
11
常州市武进红光无线电有限公司前身为(红光无线电元件厂)集体所有制企业,公司1981成立1998年改制,是致力于电源适配器、LED驱动、新能源汽车充电器、电源转换器、BMS的研发、制造和销售的高新技术企业。公司产品多样化,远销海内外。
公司占地5万平米,固定资产人民币1.5亿元,年产值近人民币3亿元,产线满负荷日产电源2万台。常州市电源设计和制造的龙头企业,武进区工业企业前十强。在欧洲、北美拥有广泛的客户群,国内市场上汽车充电器事业正在快速占领市场,并形成稳定的合作。
车载充电机
HGCH-H系列2KW-3.3KW充电器是HGPOWER
集多年产品研发、设计、生产、服务经验,为满足各种电动车辆不同电池需求而设计的产品。应用业界先进电源构架及汽车产品工艺设计而成。其小巧大方的尺寸,完全适合任何插电式、电动式混合动力汽车。
产品特点:Features
该充电器专门设计用于最大化利用,家用16A的电源插座,所提供最大输出功率超过3KW,效率高达95%。
一体式铝合金压铸外壳与内部使用高导热密封胶灌注,使其具有优异的抗震散热、防水等性能,确保在各种恶劣环境中实现长时间运行。
有源功率因数校正(APFC)采用交错并联架构,具有输入谐波小,效率高,功率元件发热平衡等特点,PF值高于0.99.
DC转换器应用LLC谐振拓扑技术,全负载范围实现ZVS(零电压),ZCS(零电流)软开关。具有转换效率高,电磁干扰小,元件发热低等优异特性。
DCDC转换器
转换器主要为车载低压辅助电池提供能量补充,其能量来源为主电池组。本产品采用全密封壳体,防水,防尘结构,汽车级耐温和抗震能力使其具有较高可靠性。
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)];
游客