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();
}
|
|
|
|
温岭市中大科技有限公司
企业简介
2
温岭市中大摩托车部件有限公司(中大科技有限公司)成立于1996年,是一家集研发、生产、销售于一体的高新技术企业,公司现主要以研发生产节能与新能源汽车电机、驱动系统、汽车、摩托车、电动车轮辋,主要产品应用于各类新能源驱动的乘用车、商用车,专用车等,现已成为业内领先的新能源汽车驱动系统解决方案供应商。产品在华东、华南、西北等地区,深受整车厂商和同行客户的一致认可和好评,并获得多项荣誉。
公司位于美丽富饶经济发达的滨海城市温岭箬横镇,东临沈海高速、北临黄岩机场,毗邻高铁站不到10公里,交通非常便利,厂区占地面积10000多平方,配套设施完善,公司集科、工、贸为一体,具有自己的产品研究机构和经营机构;为迎接新的挑战和社会需求,我公司积极从事新产品开发、研究,已开发出节能、环保、新能源电动汽车驱动控制器、电动机系列产品。
公司秉承“质量、创新、诚信、求实”的宗旨理念,“中大科技”将不断的“开拓进取、历精图治”完善我们的售前和售后服务体系,竭诚欢迎广大新老客户和同行们莅临我司指导参观考察。
永磁同步电机
1:可根据客户整车技术要求匹配驱动系统(电机、控制器、车桥)
2:驱动系统可实现前驱、后驱、四轮驱动、多挡变速满足不同车速,不同载重;
3:系统高效、低噪音、行驶电流低、爬坡性能好行驶里程长;
适用范围:
矿山特种车辆、电动四轮、电动叉车、电动轿车、高尔夫球车、搬运车、游览车、巡逻车、牵引车及机械设备。
交流异步电机
1:结构简单,运行可靠,经久耐用,转速可高达10000r/min.
2:可采用空气冷却或液体冷却方式,冷却自由度高。
3:对环境的适应性好,并能够实现再生反馈制动。与同样功率的直流电动机比较,系统效率高,调速范围广,体积小,性价比高,维修方便。
4:我们公司可根据客户要求设计48V,60V,72V,96V,120V,144V,3.0-20KW及其电压,功率,转速的电机。
适用范围:
电动四轮、电动叉车、电动轿车、高尔夫球车及机械设备。
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)];
游客